Skip to content

Commit

Permalink
make flake8 happy [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
d-maurer committed Mar 14, 2024
1 parent f532408 commit 0a00129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zdaemon/zdrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def test(self, pid):
# uncomment the following line to force
# (for testing purposes) a race between
# the ``wait`` below and the ``SIGCHLD`` handler
#import time; time.sleep(0.01)
# import time; time.sleep(0.01)
sts = p.wait()
# ``sts`` is usually the return status.
# However, the true return status may have been
Expand Down

0 comments on commit 0a00129

Please sign in to comment.