Skip to content

Commit

Permalink
Update src/kohlrahbi/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed Jul 12, 2023
1 parent 1b9beb6 commit 5a85607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kohlrahbi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
def get_valid_pruefis(list_of_pruefis: list[str], all_known_pruefis: Optional[list[str]] = None) -> list[str]:
"""
This function returns a new list with only those pruefis which match the pruefi_pattern.
It also
It also support '*' style wildcards iff a list of known pruefis is given.
"""
result: set[str] = set()
for pruefi in list_of_pruefis:
Expand Down

0 comments on commit 5a85607

Please sign in to comment.