Skip to content

Commit c9468e6

Browse files
ref(uptime): Remove config_topic from UptimeRegionConfig (#85155)
1 parent 6e6cd39 commit c9468e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sentry/conf/types/uptime.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import dataclasses
22

3-
from sentry.conf.types.kafka_definition import Topic
4-
53

64
@dataclasses.dataclass
75
class UptimeRegionConfig:
@@ -13,8 +11,6 @@ class UptimeRegionConfig:
1311
name: str
1412
# TODO: Remove once no region configurations are setting this
1513
enabled: bool = True
16-
# TODO: Remove once we've removed config that relies on this
17-
config_topic: Topic | None = None
1814
# Temporarily defaulted for backwards compat
1915
config_redis_cluster: str = "default"
2016
# Prefix we'll add to keys in the redis config. Currently just used in tests

0 commit comments

Comments
 (0)