Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Dec 11, 2023
1 parent b879a40 commit f1e4d6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion redbot/resource/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@ def _response_nonfinal(
self, status: bytes, phrase: bytes, res_headers: RawHeaderListType
) -> None:
"Got a non-final response."
nfres = HttpResponseLinter(message_ref="A non-final response" start_time=time.time())
nfres = HttpResponseLinter(
message_ref="A non-final response", start_time=time.time()
)
nfres.process_response_topline(self.exchange.res_version, status, phrase)
nfres.process_headers(res_headers)
nfres.finish_content(True)
Expand Down

0 comments on commit f1e4d6d

Please sign in to comment.