Skip to content

Commit 4902c5e

Browse files
ci(sanic): Widen type annotation (#6226)
1 parent 8adb3f2 commit 4902c5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/sanic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
class SanicIntegration(Integration):
5959
identifier = "sanic"
6060
origin = f"auto.http.{identifier}"
61-
version = None
61+
version: "Optional[tuple[int, ...]]" = None
6262

6363
def __init__(
6464
self, unsampled_statuses: "Optional[Container[int]]" = frozenset({404})

0 commit comments

Comments
 (0)