uselotus / lotus

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

Module level import not at the top of the file FLK-E402
Style
Minor
a year agoa year old
module level import not at top of file
 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
module level import not at top of file
12import lotus
13
14sys.modules["lotus_python"] = lotus
15import lotus_python16
17# del sys.modules["lotus"]
18sys.modules["lotus"] = current_lotus