mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
refactor and black
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user