Closed pylint-bot closed 8 years ago
Originally reported by: Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore)
Given not (first <= lineno <= last), the unneeded-not checker recommends to change this to "first > lineno", which is not the same thing.
not (first <= lineno <= last)
Originally reported by: Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore)
Given
not (first <= lineno <= last)
, the unneeded-not checker recommends to change this to "first > lineno", which is not the same thing.