Skip to content

Commit

Permalink
Merge branch 'feature/modeling/reference' of https://github.com/ls1in…
Browse files Browse the repository at this point in the history
…tum/Athena into feature/modeling/reference
  • Loading branch information
LeonWehrhahn committed Nov 18, 2024
2 parents 6b98bb8 + ba85feb commit 2bba32f
Show file tree
Hide file tree
Showing 4 changed files with 389 additions and 373 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ async def find_module_by_name(module_name: str) -> Optional[Module]:
return None


# pylint: disable=too-many-positional-arguments
async def request_to_module(module: Module, headers: dict, path: str, lms_url: str, data: Optional[dict], method: str) -> ModuleResponse:
"""
Helper function to send a request to a module.
Expand Down
Loading

0 comments on commit 2bba32f

Please sign in to comment.