Skip to content

Commit 19f3086

Browse files
committed
merge fix
1 parent 49054fb commit 19f3086

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
minversion = 3.0
33
log_cli=true
44
python_files = test_*.py
5-
;addopts = -n auto --dist=loadscope
5+
addopts = -n auto --dist=loadscope

src/superannotate/lib/app/mixp/decorators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
import sys
33
from inspect import signature
44

5-
from mixpanel import Mixpanel
6-
75
from lib import get_default_controller
6+
from mixpanel import Mixpanel
87
from superannotate.logger import get_default_logger
98
from version import __version__
9+
1010
from .utils import parsers
1111

1212
logger = get_default_logger()

src/superannotate/lib/infrastructure/repositories.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from lib.core.conditions import CONDITION_EQ as EQ
1111
from lib.core.entities import AnnotationClassEntity
1212
from lib.core.entities import ConfigEntity
13-
from lib.core.entities import Entity
1413
from lib.core.entities import FolderEntity
1514
from lib.core.entities import ImageEntity
1615
from lib.core.entities import IntegrationEntity

0 commit comments

Comments
 (0)