Skip to content
Snippets Groups Projects
Verified Commit 6ddaae5d authored by Jakob Moser's avatar Jakob Moser
Browse files

Raise an error instead of just passing

parent 85679b73
No related branches found
No related tags found
No related merge requests found
Pipeline #6642 passed
......@@ -17,7 +17,7 @@ class PaymentOrderCollection(Iterable[PaymentOrder]):
@classmethod
def get(cls, studienfachschaft: Studienfachschaft, year: int) -> Self:
pass # TODO
raise NotImplementedError() # TODO
@classmethod
def from_dir(cls, path_or_str: Path | str) -> Self:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment