Skip to content

Commit d46ca3c

Browse files
committed
fix: Flake8 fixes
1 parent be53047 commit d46ca3c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

autowebcompat/crawler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from selenium.common.exceptions import NoAlertPresentException, NoSuchWindowException
1+
from selenium.common.exceptions import NoAlertPresentException
2+
from selenium.common.exceptions import NoSuchWindowException
23

34

45
def close_all_windows_except_first(driver):

autowebcompat/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
import sys
88
import threading
99

10+
from PIL import Image
1011
import keras
1112
from keras.preprocessing.image import ImageDataGenerator
1213
from keras.preprocessing.image import img_to_array
1314
from keras.preprocessing.image import load_img
14-
from tensorflow.python.client import device_lib
15-
from PIL import Image
1615
import numpy as np
16+
from tensorflow.python.client import device_lib
1717

1818

1919
def get_bugs():

0 commit comments

Comments
 (0)