Skip to content

Commit

Permalink
remove unused WIN (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed May 30, 2022
1 parent a44f8fc commit 30ec858
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyflakes/test/test_api.py
Expand Up @@ -31,12 +31,6 @@
except AttributeError:
PYPY = False

try:
WindowsError
WIN = True
except NameError:
WIN = False

ERROR_HAS_COL_NUM = ERROR_HAS_LAST_LINE = sys.version_info >= (3, 2) or PYPY


Expand Down

0 comments on commit 30ec858

Please sign in to comment.