]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: black format cephadmlib/context.py
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 10 Aug 2023 14:42:20 +0000 (10:42 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 30 Aug 2023 18:02:10 +0000 (14:02 -0400)
Signed-off-by: John Mulligan <jmulligan@redhat.com>
Pair-programmed-with: Adam King <adking@redhat.com>
Co-authored-by: Adam King <adking@redhat.com>
src/cephadm/cephadmlib/context.py

index d516e1e88db39ea02cedbaf3122815e111a6ffb3..3411c199ebb689a850c667704eabb2166be0ae1f 100644 (file)
@@ -16,7 +16,6 @@ from .constants import (
 
 
 class BaseConfig:
-
     def __init__(self) -> None:
         self.image: str = ''
         self.docker: bool = False
@@ -45,7 +44,6 @@ class BaseConfig:
 
 
 class CephadmContext:
-
     def __init__(self) -> None:
         self.__dict__['_args'] = None
         self.__dict__['_conf'] = BaseConfig()