Fixed: Expected type dict',got '() -> Any' instead

This commit is contained in:
Dimitris Zlatanidis 2022-12-08 19:22:29 +02:00
parent 5a0de1e957
commit 4e57f90109

View file

@ -10,7 +10,7 @@ class SearchPackage:
""" Search slackbuilds from the repository. """
def __init__(self):
self.colors: dict = Configs.colour
self.colors = Configs.colour
def package(self, packages):
color = self.colors()