Skip to content

Commit 4c9eb57

Browse files
committed
Fix mypy heisenfailure on Windows
1 parent dc8378e commit 4c9eb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/reader_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def lookup(pipe) -> None:
543543
except:
544544
pipe.send(0)
545545
finally:
546-
if worker_class is self.mp.Process:
546+
if worker_class is self.mp.Process: # type: ignore
547547
reader.close()
548548
pipe.close()
549549

0 commit comments

Comments
 (0)