Skip to content

Commit

Permalink
chore: Remove unused type ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Aug 26, 2022
1 parent 6388819 commit 4051185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_guid/log_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ def filter(self, record: 'LogRecord') -> bool:
:param record: Log record
:return: True
"""
record.correlation_id = guid.get() # type: ignore[attr-defined]
record.correlation_id = guid.get()
return True

0 comments on commit 4051185

Please sign in to comment.