Commit 221e920
committed
Fix uniqueness checker to anchor grep to line-start class definitions
grep class matched issubclass() calls too, causing false duplicate
detection when test_parse_strict.py was added alongside test_file_size.py
(both assert issubclass(..., DeprecationWarning)). Changing to grep "^class"
restricts matching to actual class definition lines only.1 parent 7b2f8f7 commit 221e920
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments