google / avatar

Apache License 2.0
20 stars 10 forks source link

avatar/pandora.py confuses Pylance #56

Closed zxzxwu closed 1 year ago

zxzxwu commented 1 year ago

avatar/pandora.py has the same name of pandora interfaces, so when using pandora in avatar/, it leads to ambiguity image 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.