Skip to content

Commit 1cb59ac

Browse files
authored
Merge branch 'develop' into friday
2 parents 4923edc + e2c4a03 commit 1cb59ac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ python:
2323
install:
2424
- requirements: requirements.txt
2525
- requirements: requirements_extra.txt
26-
- requirements: requirements_prod.txt

src/superannotate/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
__version__ = "4.4.5b2"
66

7+
78
sys.path.append(os.path.split(os.path.realpath(__file__))[0])
89

910
import logging.config # noqa

0 commit comments

Comments
 (0)