Skip to content

Commit 40c91a0

Browse files
committed
"hatch run test.py3.10:pytest' passes now.
1 parent c9c195e commit 40c91a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sourcefinder/utility/sourceparams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import pandas as pd
33

44

5-
class SourceParams(Enum):
5+
class SourceParams(str, Enum):
66
"""Enumeration of source parameters that can be measured and stored."""
77

88
PEAK = "peak"

0 commit comments

Comments
 (0)