mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +01:00
Remove unused table
This commit is contained in:
parent
950e129172
commit
c51488abad
1 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,7 @@ 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)
|
||||
PonceTable)
|
||||
|
||||
|
||||
class UpdateRepository(Configs, Utilities):
|
||||
|
@ -34,7 +34,6 @@ class UpdateRepository(Configs, Utilities):
|
|||
|
||||
self.endc: str = self.color['endc']
|
||||
self.flag_generate: list = ['-G', '--generate-only']
|
||||
self.flag_drop_all: list = ['-A', '--drop-all']
|
||||
|
||||
def sbo(self) -> None:
|
||||
""" Updated the sbo repository. """
|
||||
|
|
Loading…
Reference in a new issue