Skip to content

Commit

Permalink
🛠️ apply pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
getsantry[bot] committed Jun 25, 2024
1 parent edbfdf9 commit c42b4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sentry/rules/processing/test_delayed_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from uuid import uuid4

import pytest

from sentry import buffer
from sentry.eventstore.models import Event
from sentry.models.project import Project
Expand All @@ -20,7 +21,6 @@
from sentry.testutils.helpers.datetime import freeze_time, iso_format
from sentry.testutils.helpers.redis import mock_redis_buffer
from sentry.utils import json

from tests.snuba.rules.conditions.test_event_frequency import BaseEventFrequencyPercentTest

pytestmark = pytest.mark.sentry_metrics
Expand Down

0 comments on commit c42b4d8

Please sign in to comment.