Skip to content

Commit

Permalink
fix flake8 style error
Browse files Browse the repository at this point in the history
  • Loading branch information
trbs committed Mar 27, 2015
1 parent b2ac7b0 commit 20011b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_pid.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def _custom_signal_func(*args, **kwargs):
with pid.PidFile(register_term_signal_handler=True):
assert signal.getsignal(signal.SIGTERM) is not _custom_signal_func


def test_pid_supply_term_signal_handler():
def _noop(*args, **kwargs):
pass
Expand Down

0 comments on commit 20011b3

Please sign in to comment.