format with black

This commit is contained in:
c0de 2022-11-11 20:07:23 -06:00
parent 16a419f558
commit b7bd032e07
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
from database.models import database, GameModel as Game
class BaseGameManager:
"""Base Game Manager for each Game Manager class to inherit"""
@ -37,4 +38,4 @@ class BaseGameManager:
Automagically close the database
when this class has ended execution
"""
database.close()
database.close()