Skip to content

Commit

Permalink
going to precommit formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemIsmagilov committed Jun 12, 2024
1 parent 1972ab8 commit bfea0de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion caldav/davclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,9 @@ def request(
commlog.write(b"<====\n")
commlog.write(f"{response.status} {response.reason}".encode("utf-8"))
commlog.write(
b"\n".join(to_wire(f"{x}: {response.headers[x]}") for x in response.headers)
b"\n".join(
to_wire(f"{x}: {response.headers[x]}") for x in response.headers
)
)
commlog.write(b"\n\n")
ct = response.headers.get("Content-Type", "")
Expand Down

0 comments on commit bfea0de

Please sign in to comment.