Skip to content

Commit

Permalink
flake8 being picky
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 19, 2023
1 parent e25ffe0 commit 17c0f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnman/spalloc/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def pp_req(request: requests.PreparedRequest):
"""
:param ~requests.PreparedRequest request:
"""
print(f">>>>>>>>>>>START>>>>>>>>>>>\n")
print(">>>>>>>>>>>START>>>>>>>>>>>\n")
print(f"{request.method} {request.url}")
print('\r\n'.join('{}: {}'.format(*kv)
for kv in request.headers.items()))
Expand Down

0 comments on commit 17c0f69

Please sign in to comment.