Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 20, 2022
1 parent f16f75c commit da23c93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_run_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
if IS_UNIX:
with socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) as _abstract_path_sock:
try:
_abstract_path_sock.bind(
b"\x00" + uuid4().hex.encode("ascii")
)
_abstract_path_sock.bind(b"\x00" + uuid4().hex.encode("ascii"))
except FileNotFoundError:
_abstract_path_failed = True
else:
Expand Down

0 comments on commit da23c93

Please sign in to comment.