TheOnlyWayUp / TheEtherBot

I learnt a decent amount of SQL from this, one of my first projects using it actually, was a great learning experience.
3 stars 0 forks source link

(FLK-F402) import module from line N shadowed by loop variable #15

Open TheOnlyWayUp opened 2 years ago

TheOnlyWayUp commented 2 years ago

Description

Loop variables should not redefine the name of modules that are imported.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/TheOnlyWayUp/TheEtherBot/issue/FLK-F402/occurrences/

TheOnlyWayUp commented 2 years ago

Also discussing this, I don't understand what the issue is lol

TheOnlyWayUp commented 2 years ago

Meh it kinda makes sense, but it's just in a loop, will fix.