Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne LESOT <etienne.lesot@rte-france.com>
  • Loading branch information
EtienneLt committed Jan 29, 2024
1 parent b23e21c commit 10e2bd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pypowsybl/network/impl/network_creation_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def create_micro_grid_nl_network() -> Network:
"""
return _create_network('micro_grid_nl')


def create_metrix_tutorial_six_buses_network() -> Network:
"""
Create an instance of metrix tutorial six buses test case
Expand All @@ -161,6 +162,7 @@ def create_metrix_tutorial_six_buses_network() -> Network:
"""
return _create_network('metrix_tutorial_six_buses')


def load(file: Union[str, PathLike], parameters: Dict[str, str] = None, reporter: Reporter = None) -> Network:
"""
Load a network from a file. File should be in a supported format.
Expand Down

0 comments on commit 10e2bd4

Please sign in to comment.