Skip to content

Commit

Permalink
add back VERSION_DEFAULT because of arbitrary ci failure?
Browse files Browse the repository at this point in the history
  • Loading branch information
walshmm committed Nov 25, 2024
1 parent dca65a0 commit f897c5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/snapred/backend/dao/indexing/Versioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ class VersionState(StrEnum):
NEXT = "next"


# I'm not sure why ci is failing without this, it doesn't seem to be used anywhere
VERSION_DEFAULT = VersionState.DEFAULT

Version = int | VersionState


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,3 @@ def validate_fwhmMultipliers(cls, v: Any) -> Pair[float]:
# Coerce Generic[T]-derived type
v = Pair[float](**v.dict())
return v


# Comment to appease git, please delete me

0 comments on commit f897c5d

Please sign in to comment.