Skip to content

Commit b264844

Browse files
committed
fix pre-commit
1 parent e9cc92b commit b264844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/flupy/cli/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def main(argv: Optional[List[str]] = None) -> None:
6868
try:
6969
# Restore the default SIGPIPE handler
7070
from signal import SIG_DFL, SIGPIPE, signal
71+
7172
signal(SIGPIPE, SIG_DFL)
7273
except ImportError:
7374
# SIGPIPE not available on platform (e.g. Windows), nothing to do

0 commit comments

Comments
 (0)