mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Removed unused
This commit is contained in:
parent
1e59c78dcc
commit
91a2016026
1 changed files with 1 additions and 3 deletions
|
@ -22,18 +22,16 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from slpkg.utils import Utils
|
||||
from slpkg.__metadata__ import MetaData as _meta_
|
||||
from slpkg.models.models import SBoTable, session
|
||||
|
||||
|
||||
class SboQuery(Utils):
|
||||
class SboQuery:
|
||||
"""Grabs data from sbo database
|
||||
"""
|
||||
def __init__(self, name):
|
||||
self.name = name
|
||||
self.meta = _meta_
|
||||
self.db = self.meta.db
|
||||
self.arch64 = "x86_64"
|
||||
self.session = session
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue