Undefined name: import sys for line 33 (#6519)

This commit is contained in:
Christian Clauss 2021-09-24 22:12:57 +02:00 committed by GitHub
parent 07160958df
commit 3fb97e342b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import sys
import atheris import atheris
with atheris.instrument_imports(): with atheris.instrument_imports():