mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +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:
|
||||
""" Returns all the names of the binaries packages. """
|
||||
print(self.bin_repo)
|
||||
pkgs: tuple = self.session.query(
|
||||
BinariesTable.name).where(
|
||||
BinariesTable.repo.in_(self.bin_repo)).all()
|
||||
|
|
Loading…
Reference in a new issue