Skip to content

Commit

Permalink
Remove unused ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Dec 9, 2024
1 parent f5493f9 commit 0aa6c02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(
self.trace_flags = trace_flags
self.severity_text = severity_text
self.severity_number = severity_number
self.body = body # type: ignore
self.body = body
self.attributes = attributes


Expand Down

0 comments on commit 0aa6c02

Please sign in to comment.