Updated for typing

This commit is contained in:
Dimitris Zlatanidis 2023-05-13 22:57:33 +03:00
parent 2ca5479e20
commit b6b9a80d64

View file

@ -15,7 +15,7 @@ class SBoGenerate(Configs):
print(f'Generating the {repo_slackbuild_txt} file... ', end='', flush=True) print(f'Generating the {repo_slackbuild_txt} file... ', end='', flush=True)
# slackbuild.info variables # slackbuild.info variables
info_var: dict = { info_var: dict[int] = {
1: 'PRGNAM=', 1: 'PRGNAM=',
2: 'VERSION=', 2: 'VERSION=',
3: 'HOMEPAGE=', 3: 'HOMEPAGE=',