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 Sep 16, 2024
1 parent 5266e33 commit 391c1f0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/sentry/workflow_engine/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
__all__ = ["DataCondition", "DataSource", "DataSourceDetector", "Detector", "Workflow", "WorkflowAction"]
__all__ = [
"DataCondition",
"DataSource",
"DataSourceDetector",
"Detector",
"Workflow",
"WorkflowAction",
]

from .data_condition import DataCondition
from .data_source import DataSource
Expand Down

0 comments on commit 391c1f0

Please sign in to comment.