Skip to content

Commit

Permalink
black: Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Jan 17, 2022
1 parent 23bbca1 commit 5193408
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/waitress/trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def _close(self):
def _physical_pull(self):
os.write(self.trigger, b"x")


else: # pragma: no cover
# Windows version; uses just sockets, because a pipe isn't select'able
# on Windows.
Expand Down
1 change: 0 additions & 1 deletion tests/test_wasyncore.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ def _waitfor(func, pathname, waitall=False):
def _unlink(filename):
_waitfor(os.unlink, filename)


else:
_unlink = os.unlink

Expand Down

0 comments on commit 5193408

Please sign in to comment.