Skip to content

Commit

Permalink
Merge pull request #2702 from IntersectMBO/rm_unneeded_var
Browse files Browse the repository at this point in the history
refactor: remove unused DREPS_NUM constant
  • Loading branch information
mkoura authored Oct 29, 2024
2 parents 8833755 + 12d98f3 commit 19b8b59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cardano_node_tests/utils/governance_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
GOV_DATA_DIR = "governance_data"
GOV_DATA_STORE = "governance_data.pickle"

DREPS_NUM = 5


def _get_committee_val(data: tp.Dict[str, tp.Any]) -> tp.Dict[str, tp.Any]:
return data.get("committee") or data.get("commitee") or {}
Expand Down

0 comments on commit 19b8b59

Please sign in to comment.