Skip to content

Commit

Permalink
Fixed autocorrections in precommit
Browse files Browse the repository at this point in the history
Configured precommit to run locally
  • Loading branch information
anishTP committed Sep 28, 2023
1 parent 0478091 commit 43a6f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnel/views/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
db,
sa,
)
from ..signals import project_role_change
from ..signals import project_role_change, project_data_change
from ..typing import ReturnRenderWith, ReturnView
from .helpers import html_in_json, render_redirect
from .jobs import import_tickets, tag_locations
Expand Down

0 comments on commit 43a6f80

Please sign in to comment.