mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Remove unused
This commit is contained in:
parent
bb828c14f1
commit
9aa662f6af
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ class BinQueries:
|
|||
""" Queries class for the binary repositories. """
|
||||
|
||||
def __init__(self, name: str, repo: str):
|
||||
# super(Configs, self).__init__()
|
||||
self.name: str = name
|
||||
self.repo: str = repo
|
||||
self.session = Session
|
||||
|
|
Loading…
Reference in a new issue