Skip to content
Snippets Groups Projects
Verified Commit fd7bf23d authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Remove superfluous attributes in get_el_by_pk

parent a6240a08
No related branches found
No related tags found
1 merge request!347Refactor timetable wrapper
Pipeline #181839 passed with warnings
...@@ -35,9 +35,6 @@ def get_el_by_pk( ...@@ -35,9 +35,6 @@ def get_el_by_pk(
request: HttpRequest, request: HttpRequest,
type_: str, type_: str,
pk: int, pk: int,
year: Optional[int] = None,
week: Optional[int] = None,
regular: Optional[str] = None,
prefetch: bool = False, prefetch: bool = False,
*args, *args,
**kwargs, **kwargs,
......
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