We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6522190 commit f4cbb52Copy full SHA for f4cbb52
1 file changed
test/test_scrap.py
@@ -7,7 +7,7 @@
7
import time
8
import io
9
from PIL import Image
10
-from scrap import image_scrap
+from toolkit.machine_learning import image_scrap
11
import shutil
12
13
@@ -21,4 +21,4 @@ def test_image_scrap():
21
assert os.path.exists(download_dir)
22
assert len(os.listdir(download_dir)) == n
23
24
- shutil.rmtree(download_dir)
+ shutil.rmtree(download_dir)
0 commit comments