Skip to content

Commit

Permalink
Updated to cls param
Browse files Browse the repository at this point in the history
  • Loading branch information
k-macmillan committed Dec 3, 2024
1 parent 248712f commit 93770e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifications_utils/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def filter(self, record):
return record

@classmethod
def _get_api_id(self) -> str:
def _get_api_id(cls) -> str:
"""Generate a request_id.
g is a global for this request. It is attached to the Flask and is only persisted for that request.
Expand Down

0 comments on commit 93770e3

Please sign in to comment.