mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-19 10:27:07 +01:00
Updated for coding style
This commit is contained in:
parent
7d26326223
commit
0986f9235e
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ from slpkg.views.views import ViewMessage
|
|||
from slpkg.progress_bar import ProgressBar
|
||||
from slpkg.check_updates import CheckUpdates
|
||||
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):
|
||||
|
|
Loading…
Reference in a new issue