mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Fixed type hinting
This commit is contained in:
parent
6ab2e73288
commit
bebf926c1e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class BinQueries:
|
||||||
BinariesTable).where(
|
BinariesTable).where(
|
||||||
BinariesTable.repo == self.repository).all()
|
BinariesTable.repo == self.repository).all()
|
||||||
|
|
||||||
repos_dict: dict[str] = {
|
repos_dict: dict = {
|
||||||
data.name: {'version': data.version,
|
data.name: {'version': data.version,
|
||||||
'package': data.package,
|
'package': data.package,
|
||||||
'mirror': data.mirror,
|
'mirror': data.mirror,
|
||||||
|
|
Loading…
Reference in a new issue