fix spacing (black lint tool)

This commit is contained in:
deeplow 2022-07-25 16:42:58 +01:00
parent f67c1c3656
commit 7b46d1e3cf
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -8,6 +8,7 @@ log = logging.getLogger(__name__)
if TYPE_CHECKING:
from .global_common import GlobalCommon
class Settings:
settings: Dict[str, Any]