We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2d794 commit f7d39b3Copy full SHA for f7d39b3
src/superannotate/__init__.py
@@ -5,7 +5,6 @@
5
__version__ = "4.4.8dev2"
6
7
8
-
9
sys.path.append(os.path.split(os.path.realpath(__file__))[0])
10
11
import logging.config # noqa
src/superannotate/lib/core/usecases/models.py
@@ -3,7 +3,6 @@
3
import platform
4
import tempfile
import time
-import platform
import zipfile
from pathlib import Path
from tempfile import TemporaryDirectory
0 commit comments