We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d290e13 commit 785b6f3Copy full SHA for 785b6f3
1 file changed
middleware/main.py
@@ -33,9 +33,6 @@
33
from middleware.metadata_scraper import MetadataScraperConfig, scrape_repo
34
from middleware.utils.tracer import traced
35
36
-# add the script directory to the python module path
37
-#sys.path.append(os.path.dirname(os.path.realpath(__file__)))
38
-
39
# Disable pylint warning that imports are not on top. But we need to adapt the import path before.
40
# Is there another solution so packages next top the main script can be found?
41
# pylint: disable=wrong-import-position
0 commit comments