Commit 57b7623d authored by Jérome Perrin's avatar Jérome Perrin

slap/standalone: fix type comment

parent 3a43ca13
...@@ -360,7 +360,7 @@ class StandaloneSlapOS(object): ...@@ -360,7 +360,7 @@ class StandaloneSlapOS(object):
slapos_bin='slapos', slapos_bin='slapos',
local_software_release_root=os.sep, local_software_release_root=os.sep,
): ):
# type: (str, str, int, str, Iterable[str], Optional[str], Optional[str], Optional[str], Iterable[Union[PartitionForwardConfiguration, PartitionForwardAsPartitionConfiguration]]) -> None # type: (str, str, int, str, Iterable[str], Optional[str], Optional[str], Optional[str], Iterable[Union[PartitionForwardConfiguration, PartitionForwardAsPartitionConfiguration]], str, str) -> None
"""Constructor, creates a standalone slapos in `base_directory`. """Constructor, creates a standalone slapos in `base_directory`.
Arguments: Arguments:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment