Skip to content

Commit b066c3d

Browse files
committed
wip
1 parent 9456348 commit b066c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
Callable,
4444
cast,
4545
ContextManager,
46-
Deque,
4746
Dict,
4847
Iterator,
4948
List,
@@ -412,6 +411,7 @@ def to_header(self):
412411
rv.append(("sentry_secret", self.secret_key))
413412
return "Sentry " + ", ".join("%s=%s" % (key, value) for key, value in rv)
414413

414+
415415
def get_type_name(cls):
416416
# type: (Optional[type]) -> Optional[str]
417417
return getattr(cls, "__qualname__", None) or getattr(cls, "__name__", None)

0 commit comments

Comments
 (0)