Skip to content

Commit 067dbac

Browse files
committed
Remove unused imports
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 992d1e0 commit 067dbac

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/extractcode/archive.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
from commoncode import filetype
2727
from commoncode import functional
2828
from commoncode.ignore import is_ignored
29-
from commoncode.system import on_linux
3029

3130
from typecode import contenttype
3231

src/extractcode/sevenzip.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
from commoncode.system import on_mac
3535
from commoncode.system import on_macos_14_or_higher
3636
from commoncode.system import on_windows
37-
from commoncode import text
3837

3938
import extractcode
4039
from extractcode import ExtractErrorFailedToExtract

0 commit comments

Comments
 (0)