Skip to content

Commit 30ec858

Browse files
authored
remove unused WIN (#702)
1 parent a44f8fc commit 30ec858

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pyflakes/test/test_api.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@
3131
except AttributeError:
3232
PYPY = False
3333

34-
try:
35-
WindowsError
36-
WIN = True
37-
except NameError:
38-
WIN = False
39-
4034
ERROR_HAS_COL_NUM = ERROR_HAS_LAST_LINE = sys.version_info >= (3, 2) or PYPY
4135

4236

0 commit comments

Comments
 (0)