BlitzKraft / saythanks.io

Spreading Thankfulness in Open Source.
https://saythanks.io
1.26k stars 153 forks source link

Re-definition found for builtin function PYL-W0622 #149

Closed kgashok closed 2 years ago

kgashok commented 2 years ago

At this line and here,

Defining a local variable or function with the same name as a built-in object (format) makes the built-in object unusable within the current scope and makes the code prone to bugs.