Skip to content

Commit 785b6f3

Browse files
committed
hopefully the changed import path won't mess with stuff. It feels cleaner without modifying the path
1 parent d290e13 commit 785b6f3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

middleware/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
from middleware.metadata_scraper import MetadataScraperConfig, scrape_repo
3434
from middleware.utils.tracer import traced
3535

36-
# add the script directory to the python module path
37-
#sys.path.append(os.path.dirname(os.path.realpath(__file__)))
38-
3936
# Disable pylint warning that imports are not on top. But we need to adapt the import path before.
4037
# Is there another solution so packages next top the main script can be found?
4138
# pylint: disable=wrong-import-position

0 commit comments

Comments
 (0)