Skip to content

Commit

Permalink
Fix init function
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Apr 22, 2024
1 parent 319f562 commit f48bae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pympipool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ def __init__(
block_allocation: bool = True,
init_function: Optional[callable] = None,
command_line_argument_lst: list[str] = [],
disable_dependencies: bool = False,
refresh_rate: float = 0.01,
):
# Use __new__() instead of __init__(). This function is only implemented to enable auto-completion.
pass
Expand Down

0 comments on commit f48bae1

Please sign in to comment.