mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +01:00
Updated for sbo queries
This commit is contained in:
parent
a21d79fff4
commit
0ff17764f0
1 changed files with 1 additions and 3 deletions
|
@ -13,10 +13,8 @@ from slpkg.models.models import SBoTable, PonceTable
|
|||
class SBoQueries(Configs):
|
||||
""" Queries class for the sbo repository. """
|
||||
|
||||
def __init__(self, name=None):
|
||||
__slots__ = 'name'
|
||||
def __init__(self):
|
||||
super(Configs, self).__init__()
|
||||
self.name: str = name
|
||||
self.session = Session
|
||||
|
||||
self.repos = Repositories()
|
||||
|
|
Loading…
Reference in a new issue