Skip to content

Commit bcf0a07

Browse files
authored
Merge pull request #4 from tlambert03/fix-spectrum
fix: fix spectrum subtype
2 parents 38429a8 + e32043a commit bcf0a07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fpbase/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class SpectrumType(str, Enum):
5555
PD = "PD"
5656
QE = "QE"
5757
AB = "AB"
58+
SP = "SP"
5859

5960
def __str__(self) -> str: # pragma: no cover
6061
"""Return the string representation of the enum."""

0 commit comments

Comments
 (0)