Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Nov 11, 2021
1 parent 6037334 commit 13579a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_log_journald.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ def log_writer():
except ZeroDivisionError:
log.exception("Sample exception")

with bind_socket(socket.AF_UNIX, socket.SOCK_DGRAM, address=str(sock_path)) as sock:
with bind_socket(
socket.AF_UNIX, socket.SOCK_DGRAM, address=str(sock_path),
) as sock:
JournaldLogHandler.SOCKET_PATH = sock_path

with aiomisc.entrypoint(FakeJournald(sock=sock), loop=loop):
Expand Down

0 comments on commit 13579a3

Please sign in to comment.