Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen committed Jun 24, 2024
1 parent 67f9282 commit 8456fbd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ def set_status_code(
return
status_code_str = repr(status_code)

status_code = 0
try:
status_code = int(status_code)
except ValueError:
Expand Down

0 comments on commit 8456fbd

Please sign in to comment.