mirror of https://github.com/google/oss-fuzz.git
Undefined name: import sys for line 33 (#6519)
This commit is contained in:
parent
07160958df
commit
3fb97e342b
|
@ -14,6 +14,8 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import sys
|
||||
|
||||
import atheris
|
||||
|
||||
with atheris.instrument_imports():
|
||||
|
|
Loading…
Reference in New Issue