File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import os
22import sys
33
4- __version__ = "4.4.1dev8 "
4+ __version__ = "4.4.1dev10 "
55
66sys .path .append (os .path .split (os .path .realpath (__file__ ))[0 ])
77
Original file line number Diff line number Diff line change 1616from lib .infrastructure .controller import Controller
1717from lib .infrastructure .repositories import ConfigRepository
1818from mixpanel import Mixpanel
19- from version import __version__
19+ from superannotate import __version__
2020
2121
2222class BaseInterfaceFacade :
Original file line number Diff line number Diff line change 2828from lib .infrastructure .helpers import timed_lru_cache
2929from lib .infrastructure .stream_data_handler import StreamedAnnotations
3030from requests .exceptions import HTTPError
31- from superannotate . version import __version__
31+ from superannotate import __version__
3232
3333requests .packages .urllib3 .disable_warnings ()
3434
You can’t perform that action at this time.
0 commit comments