Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 21, 2025
1 parent 2ac6a42 commit cb91229
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/middleware/organization_middleware.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import re

from django.conf import settings
from django.utils.deprecation import MiddlewareMixin


Expand Down
1 change: 0 additions & 1 deletion backend/workflow_manager/workflow_v2/urls/workflow.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from django.urls import path
from rest_framework.urlpatterns import format_suffix_patterns
from workflow_manager.workflow_v2.execution_log_view import WorkflowExecutionLogViewSet
from workflow_manager.workflow_v2.execution_view import WorkflowExecutionViewSet
from workflow_manager.workflow_v2.views import WorkflowViewSet

Expand Down

0 comments on commit cb91229

Please sign in to comment.