Skip to content

Commit bd8b31d

Browse files
committed
refactor(consts): remove unused legacy era constants
Remove the legacy era constants (SHELLEY, ALLEGRA, MARY, ALONZO, BABBAGE) from the CommandEras class in consts.py. Only CONWAY and LATEST are now retained, reflecting current usage and simplifying the codebase.
1 parent 9e30c51 commit bd8b31d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cardano_clusterlib/consts.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414

1515

1616
class CommandEras:
17-
SHELLEY: tp.Final[str] = "shelley"
18-
ALLEGRA: tp.Final[str] = "allegra"
19-
MARY: tp.Final[str] = "mary"
20-
ALONZO: tp.Final[str] = "alonzo"
21-
BABBAGE: tp.Final[str] = "babbage"
2217
CONWAY: tp.Final[str] = "conway"
2318
LATEST: tp.Final[str] = "latest"
2419

0 commit comments

Comments
 (0)