Skip to content

Commit

Permalink
Remove usused constant DETERMINATION_PHASES
Browse files Browse the repository at this point in the history
  • Loading branch information
theskumar committed Jan 4, 2025
1 parent a876c4f commit a60dad4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions hypha/apply/funds/workflows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
)
from .models.stage import Stage
from .registry import (
DETERMINATION_PHASES,
PHASES,
STATUSES,
WORKFLOWS,
Expand All @@ -43,7 +42,6 @@

__all__ = [
"DETERMINATION_OUTCOMES",
"DETERMINATION_PHASES",
"DRAFT_STATE",
"INITIAL_STATE",
"PHASES",
Expand Down
4 changes: 0 additions & 4 deletions hypha/apply/funds/workflows/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ def unpack_phases(phases):
itertools.chain.from_iterable(workflow.items() for workflow in WORKFLOWS.values())
)

DETERMINATION_PHASES = [
phase_name for phase_name, _ in PHASES if "_discussion" in phase_name
]

STATUSES = defaultdict(set)

for key, value in PHASES:
Expand Down

0 comments on commit a60dad4

Please sign in to comment.