Commit 68c13e7
committed
Allow disable of W601
While has_key no longer exists for python 3, there are still libraries
which have this method and do not allow for 'key in dict'. This enables
the "nopep8/noqa" methods of disabling the warning per-line.
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>1 parent 8d65869 commit 68c13e7
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
951 | 951 | | |
952 | 952 | | |
953 | 953 | | |
954 | | - | |
| 954 | + | |
955 | 955 | | |
956 | 956 | | |
957 | 957 | | |
958 | 958 | | |
959 | 959 | | |
960 | 960 | | |
961 | 961 | | |
| 962 | + | |
| 963 | + | |
962 | 964 | | |
963 | 965 | | |
964 | 966 | | |
| |||
0 commit comments