Removed unused

This commit is contained in:
Dimitris Zlatanidis 2022-06-02 12:58:06 +03:00
parent 1e59c78dcc
commit 91a2016026

View file

@ -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