mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-20 10:26: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):
|
class SBoQueries(Configs):
|
||||||
""" Queries class for the sbo repository. """
|
""" Queries class for the sbo repository. """
|
||||||
|
|
||||||
def __init__(self, name=None):
|
def __init__(self):
|
||||||
__slots__ = 'name'
|
|
||||||
super(Configs, self).__init__()
|
super(Configs, self).__init__()
|
||||||
self.name: str = name
|
|
||||||
self.session = Session
|
self.session = Session
|
||||||
|
|
||||||
self.repos = Repositories()
|
self.repos = Repositories()
|
||||||
|
|
Loading…
Reference in a new issue