mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
Fixed: Expected type dict',got '() -> Any' instead
This commit is contained in:
parent
5a0de1e957
commit
4e57f90109
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue