Skip to content

Commit 1cb8e67

Browse files
🛠️ apply pre-commit fixes
1 parent 97ad971 commit 1cb8e67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/sentry/incidents/subscription_processor/test_subscription_processor_base.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ def resolve_threshold(self):
160160

161161
def get_snuba_query(self, detector: Detector):
162162
data_source_detector = DataSourceDetector.objects.get(detector=detector)
163-
query_subscription = QuerySubscription.objects.get(id=data_source_detector.data_source.source_id)
163+
query_subscription = QuerySubscription.objects.get(
164+
id=data_source_detector.data_source.source_id
165+
)
164166
snuba_query = SnubaQuery.objects.get(id=query_subscription.snuba_query.id)
165167
return snuba_query
166168

0 commit comments

Comments
 (0)