summaryrefslogtreecommitdiff
path: root/tests/test_wasyncore.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_wasyncore.py')
-rw-r--r--tests/test_wasyncore.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_wasyncore.py b/tests/test_wasyncore.py
index 9f075e5..af9c3e5 100644
--- a/tests/test_wasyncore.py
+++ b/tests/test_wasyncore.py
@@ -405,7 +405,6 @@ if sys.platform.startswith("win"): # pragma: no cover
def _unlink(filename):
_waitfor(os.unlink, filename)
-
else:
_unlink = os.unlink