Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
muffin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Moser
muffin
Commits
6ddaae5d
Verified
Commit
6ddaae5d
authored
5 months ago
by
Jakob Moser
Browse files
Options
Downloads
Patches
Plain Diff
Raise an error instead of just passing
parent
85679b73
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#6642
passed
5 months ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
muffin/payment_order/PaymentOrderCollection.py
+1
-1
1 addition, 1 deletion
muffin/payment_order/PaymentOrderCollection.py
with
1 addition
and
1 deletion
muffin/payment_order/PaymentOrderCollection.py
+
1
−
1
View file @
6ddaae5d
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment