Loading muffin/payment_order/PaymentOrderCollection.py +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
muffin/payment_order/PaymentOrderCollection.py +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading