Skip to content

Commit 9a9497d

Browse files
authored
Merge pull request #301 from input-output-hk/rm_old_command_eras
refactor(consts): remove unused legacy era constants
2 parents 9e30c51 + bd8b31d commit 9a9497d

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)