Skip to content

Commit

Permalink
Fix mypy heisenfailure on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jan 29, 2025
1 parent dc8378e commit 4c9eb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/reader_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def lookup(pipe) -> None:
except:
pipe.send(0)
finally:
if worker_class is self.mp.Process:
if worker_class is self.mp.Process: # type: ignore
reader.close()
pipe.close()

Expand Down

0 comments on commit 4c9eb57

Please sign in to comment.