Skip to content

Commit 80ab444

Browse files
committed
fix lint
1 parent 032cfd6 commit 80ab444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ def _request(
720720

721721
try:
722722
import httpcore
723-
import h2 # type: ignore
723+
import h2 # noqa: F401
724724
except ImportError:
725725
# Sorry, no Http2Transport for you
726726
class Http2Transport(HttpTransport):

0 commit comments

Comments
 (0)