Use the contemporary black-compatible formatting of multiple long
arguments for the get_dependencies function.
Signed-off-by: John Mulligan <jmulligan@redhat.com>
pass
@classmethod
- def get_dependencies(cls, mgr: "CephadmOrchestrator",
- spec: Optional[ServiceSpec] = None,
- daemon_type: Optional[str] = None) -> List[str]:
+ def get_dependencies(
+ cls,
+ mgr: "CephadmOrchestrator",
+ spec: Optional[ServiceSpec] = None,
+ daemon_type: Optional[str] = None,
+ ) -> List[str]:
return []
def __init__(self, mgr: "CephadmOrchestrator"):