quantifiedcode / python-anti-patterns

An open collection of Python anti-patterns and worst practices.
https://quantifiedcode.github.io/python-anti-patterns
Other
1.71k stars 249 forks source link

Added link to Cody pattern for "Using wildcard imports" #60

Closed vogelsgesang closed 9 years ago

vogelsgesang commented 9 years ago

I wrote the Cody pattern for "Using wildcard imports" (https://www.quantifiedcode.com/app/pattern/9908cfb6ca134bf8bac9964619d7895e). This pull request links the entry to the corresponding Cody pattern.