Skip to content

Commit

Permalink
Update opencep.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart authored Aug 12, 2024
1 parent e93af74 commit 30cbadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brazilcep/opencep.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def fetch_address(cep, **kwargs):
"complement": "",
}

elif response.status_code == 404:
if response.status_code == 404:
raise exceptions.CEPNotFound()

else:
Expand Down

0 comments on commit 30cbadf

Please sign in to comment.