Skip to content

Commit a79d06c

Browse files
committed
add kwargs back to the anomaly detector creation as any, hopefully appeases the rest of the errors
1 parent 81363fc commit a79d06c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/workflow_engine/receivers/project_detectors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def create_project_detectors(
6363
def create_default_anomaly_detector(
6464
project: Project,
6565
user: User | None = None,
66+
**kwargs: Any,
6667
) -> None:
6768
"""
6869
Creates default anomaly detector when project is created, with the team as owner.

0 commit comments

Comments
 (0)