Skip to content

Commit f7d39b3

Browse files
committed
pep8 fix
1 parent bd2d794 commit f7d39b3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/superannotate/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
__version__ = "4.4.8dev2"
66

77

8-
98
sys.path.append(os.path.split(os.path.realpath(__file__))[0])
109

1110
import logging.config # noqa

src/superannotate/lib/core/usecases/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import platform
44
import tempfile
55
import time
6-
import platform
76
import zipfile
87
from pathlib import Path
98
from tempfile import TemporaryDirectory

0 commit comments

Comments
 (0)