Skip to content

Commit 683e92d

Browse files
committed
Revert to without types.
1 parent 78ef3f0 commit 683e92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyspi/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def check_optional_deps():
141141

142142
return isAvailable
143143

144-
def filter_spis(keywords: list[str], output_name: str = None, configfile: str = None) -> None:
144+
def filter_spis(keywords, output_name = None, configfile= None):
145145
"""
146146
Filter a YAML using a list of keywords, and save the reduced set as a new
147147
YAML with a user-specified name (or a random one if not provided) in the

0 commit comments

Comments
 (0)