Skip to content

Commit cb6d43f

Browse files
🛠️ apply pre-commit fixes
1 parent 009b429 commit cb6d43f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/sentry/preprod/size_analysis/grouptype.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def evaluate_impl(self, data_packet: DataPacket[PacketT]) -> GroupedDetectorEval
8080
def _evaluate_impl_impl(
8181
self, data_packet: DataPacket[PacketT]
8282
) -> PreprodEvaluationResult | None:
83-
8483
id = uuid4().hex
8584
event_id = uuid4().hex
8685
fingerprint = [uuid4().hex]

tests/sentry/preprod/size_analysis/test_grouptype.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def test_create_subscription(self):
123123
assert subscription.project == self.project
124124

125125
def test_create_subscription_empty_config(self):
126-
127126
data = {}
128127
validator = SizeAnalysisDataSourceValidator(data=data, context=self.context)
129128
assert validator.is_valid(), validator.errors

tests/sentry/preprod/test_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,6 @@ def test_get_base_artifacts_for_commit_matches_by_build_configuration(self):
16091609

16101610
@region_silo_test
16111611
class SizeAnalysisDataSourceHandlerTest(TestCase):
1612-
16131612
def test_bulk_get_query_object(self):
16141613
subscription = SizeAnalysisSubscription.objects.create(
16151614
project=self.project,

0 commit comments

Comments
 (0)