Fixed type hinting

This commit is contained in:
Dimitris Zlatanidis 2023-12-16 22:36:26 +02:00
parent 6ab2e73288
commit bebf926c1e

View file

@ -21,7 +21,7 @@ class BinQueries:
BinariesTable).where(
BinariesTable.repo == self.repository).all()
repos_dict: dict[str] = {
repos_dict: dict = {
data.name: {'version': data.version,
'package': data.package,
'mirror': data.mirror,