Skip to content

Commit 4c4d683

Browse files
author
Meatplay
committed
Remove unused imports
1 parent c0a5d87 commit 4c4d683

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

flathunter/abstract_crawler.py

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
from time import sleep
55
from typing import Optional, Any
66

7-
import zlib
8-
import json
97
from io import BytesIO
108
import base64
119

flathunter/chrome_wrapper.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
the correct version number"""
44
import re
55
import subprocess
6-
import logging
76
from typing import List
87
from sys import platform
98
import undetected_chromedriver as uc

0 commit comments

Comments
 (0)