Skip to content

Commit 3040913

Browse files
committed
unused import
1 parent 060dde6 commit 3040913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/rust_tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
import json
3434
from enum import Enum, auto
35-
from typing import Any, Callable, Dict, Tuple, Optional
35+
from typing import Any, Callable, Dict, Optional
3636

3737
import sentry_sdk
3838
from sentry_sdk.integrations import Integration

0 commit comments

Comments
 (0)