Updated for coding style

This commit is contained in:
Dimitris Zlatanidis 2023-03-05 23:12:35 +02:00
parent 7d26326223
commit 0986f9235e

View file

@ -14,7 +14,8 @@ from slpkg.views.views import ViewMessage
from slpkg.progress_bar import ProgressBar from slpkg.progress_bar import ProgressBar
from slpkg.check_updates import CheckUpdates from slpkg.check_updates import CheckUpdates
from slpkg.models.models import session as Session from slpkg.models.models import session as Session
from slpkg.models.models import Base, engine, SBoTable, PonceTable, LogsDependencies from slpkg.models.models import (Base, engine, SBoTable,
PonceTable, LogsDependencies)
class UpdateRepository(Configs, Utilities): class UpdateRepository(Configs, Utilities):