Skip to content

Commit

Permalink
Fix docstring for class ModuleHandler
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Wolf <[email protected]>
  • Loading branch information
NotTheEvilOne committed May 29, 2024
1 parent 1d9d777 commit af699c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rookify/modules/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,8 @@ def __init__(self, machine: Machine, config: Dict[str, Any]):
"""
Construct a new 'ModuleHandler' object.
:param machine: Machine object
:param config: The global config file
:param data: The output of modules required by this module
:param module_path: The filesystem path of this module
:return: returns nothing
"""
self._config = config
Expand Down

0 comments on commit af699c7

Please sign in to comment.