Skip to content

Commit 356ab03

Browse files
🛠️ apply pre-commit fixes
1 parent 513aa9c commit 356ab03

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/sentry/workflow_engine/endpoints/organization_detector_details.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545

4646
logger = logging.getLogger(__name__)
4747

48+
4849
def get_detector_validator(
4950
request: Request, project: Project, detector_type_slug: str, instance=None, partial=False
5051
):

tests/sentry/workflow_engine/endpoints/test_organization_detector_details.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,7 @@ def test_anomaly_detection(
783783
mock_seer_request.assert_called_once_with(
784784
source_id=self.data_source.id, organization=self.organization
785785
)
786+
786787
def test_detector_life_cycle_delete_hook(self) -> None:
787788
detector_settings = DetectorSettings(
788789
hooks=DetectorLifeCycleHooks(pending_delete=mock.Mock())

0 commit comments

Comments
 (0)