avatar/pandora.py has the same name of pandora interfaces, so when using pandora in avatar/, it leads to ambiguity
Despite this might not raise errors during the runtime, its readability is not good here.
Suggestion: Rename pandora.py -> pandora_snippet.py or some name else.
avatar/pandora.py has the same name of pandora interfaces, so when using pandora in
avatar/
, it leads to ambiguity Despite this might not raise errors during the runtime, its readability is not good here.Suggestion: Rename
pandora.py
->pandora_snippet.py
or some name else.