Skip to content

Commit 5ece252

Browse files
committed
remove unused import
1 parent e5eb0b3 commit 5ece252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/quart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import inspect
33
import sys
44
from functools import wraps
5-
from typing import TYPE_CHECKING, Optional
5+
from typing import TYPE_CHECKING
66

77
import sentry_sdk
88
from sentry_sdk.integrations import DidNotEnable, Integration

0 commit comments

Comments
 (0)