refactor and black

This commit is contained in:
grillazz
2024-12-28 08:10:09 +01:00
parent 189158d31f
commit 6ba6d23047
4 changed files with 42 additions and 16 deletions

View File

@@ -33,4 +33,4 @@ class SingletonMetaNoArgs(type):
if cls not in cls._instances:
instance = super().__call__()
cls._instances[cls] = instance
return cls._instances[cls]
return cls._instances[cls]