Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Feb 21, 2025
1 parent 808bbb4 commit 954a102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sentry_sdk/tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ class TransactionSource(str, Enum):
VIEW = "view"

def __str__(self):
# type: () -> str
return self.value


Expand Down

0 comments on commit 954a102

Please sign in to comment.