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

`not elem in dict` => `elem not in dict` #36

Closed bryndin closed 9 years ago

bryndin commented 9 years ago

very similar to "test_for_object_identity_should_be_is_not"

adewes commented 9 years ago

Great, thanks @bryndin !