Skip to content

Commit

Permalink
Rebase fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Jan 10, 2025
1 parent 3744288 commit 5743656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hypha/apply/funds/views/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
)
from hypha.apply.funds.models.screening import ScreeningStatus
from hypha.apply.funds.utils import export_submissions_to_csv
from hypha.apply.funds.workflow import (
from hypha.apply.funds.workflows import (
DETERMINATION_OUTCOMES,
PHASES,
get_action_mapping,
Expand All @@ -46,7 +46,7 @@
from ..tables import (
SubmissionFilter,
)
from .utils import check_submissions_same_determination_form
from ..utils import check_submissions_same_determination_form

User = get_user_model()

Expand Down

0 comments on commit 5743656

Please sign in to comment.