Skip to content

Commit 78c1b9e

Browse files
committed
ref(profiles): Remove dead _ProjectKeyKwargs struct
Became unused in #81957.
1 parent 475a518 commit 78c1b9e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/sentry/profiles/task.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from datetime import datetime, timezone
1010
from operator import itemgetter
1111
from time import time
12-
from typing import Any, TypedDict
12+
from typing import Any
1313
from uuid import UUID
1414

1515
import msgpack
@@ -1095,11 +1095,6 @@ def clean_android_js_profile(profile: Profile) -> None:
10951095
del p["dist"]
10961096

10971097

1098-
class _ProjectKeyKwargs(TypedDict):
1099-
project_id: int
1100-
use_case: str
1101-
1102-
11031098
@metrics.wraps("process_profile.track_outcome")
11041099
def _track_duration_outcome(
11051100
profile: Profile,

0 commit comments

Comments
 (0)