Skip to content

Commit

Permalink
Black reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAD committed Oct 21, 2024
1 parent e1e8f4c commit 393d4d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions APIClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -1015,9 +1015,7 @@ def report_special_event_anon(self, event_name, event_detail):
if "Authorization" in headers:
del headers["Authorization"]
try:
_ = requests.get(
f"{self.base_url}/status", headers=headers, params={}
)
_ = requests.get(f"{self.base_url}/status", headers=headers, params={})
except Exception as e:
logger.debug(e)
return
Expand Down

0 comments on commit 393d4d4

Please sign in to comment.