linty bits

This commit is contained in:
Eric Soroos 2021-03-14 13:14:39 +01:00
parent c17ce801cf
commit 8b06fec6ab
4 changed files with 1 additions and 6 deletions

View File

@ -14,9 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import io
import sys
import warnings
import atheris_no_libfuzzer as atheris
import fuzzers

View File

@ -14,9 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import io
import sys
import warnings
import atheris_no_libfuzzer as atheris
import fuzzers

View File

@ -1,7 +1,7 @@
import io
import warnings
from PIL import Image, ImageDraw, ImageFile, ImageFilter, ImageFont, PcfFontFile
from PIL import Image, ImageDraw, ImageFile, ImageFilter, ImageFont
def enable_decompressionbomb_error():

View File

@ -1,4 +1,3 @@
import glob
import subprocess
import fuzzers