Skip to content

Commit 954a102

Browse files
committed
linting
1 parent 808bbb4 commit 954a102

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/tracing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ class TransactionSource(str, Enum):
140140
VIEW = "view"
141141

142142
def __str__(self):
143+
# type: () -> str
143144
return self.value
144145

145146

0 commit comments

Comments
 (0)