uselotus / lotus

File .deepsource.toml not found in the default branch of the repository root. Please refer to the docs.

Multiple imports for an import name detected PYL-W0404
Bug risk
Major
a year agoa year old
Reimport 'lotus' (imported line 5)
 9sp_path = [s for s in sys.path if "site-package" in s][0]
10sys.path.insert(0, sp_path)
11del sys.modules["lotus"]
12import lotus13
14sys.modules["lotus_python"] = lotus
15import lotus_python