mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-05 11:02:14 +01:00
Removed test
This commit is contained in:
parent
b9720b44a7
commit
9f90251c9c
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ class BinQueries(Configs):
|
||||||
|
|
||||||
def all_name_packages(self) -> list:
|
def all_name_packages(self) -> list:
|
||||||
""" Returns all the names of the binaries packages. """
|
""" Returns all the names of the binaries packages. """
|
||||||
print(self.bin_repo)
|
|
||||||
pkgs: tuple = self.session.query(
|
pkgs: tuple = self.session.query(
|
||||||
BinariesTable.name).where(
|
BinariesTable.name).where(
|
||||||
BinariesTable.repo.in_(self.bin_repo)).all()
|
BinariesTable.repo.in_(self.bin_repo)).all()
|
||||||
|
|
Loading…
Reference in a new issue