Updated for coding style

This commit is contained in:
Dimitris Zlatanidis 2023-05-18 11:44:12 +03:00
parent 124f9362a1
commit 0e10f23f8a

View file

@ -50,7 +50,6 @@ class InstallData(Configs):
path_slackbuilds: Path = Path(self.repos.sbo_repo_path, self.repos.sbo_repo_slackbuilds)
path_changelog: Path = Path(self.repos.sbo_repo_path, self.repos.sbo_repo_changelog)
slackbuilds_txt: list = self.utils.read_text_file(path_slackbuilds)
cache: list = [] # init cache
@ -98,7 +97,6 @@ class InstallData(Configs):
path_slackbuilds = Path(self.repos.ponce_repo_path, self.repos.ponce_repo_slackbuilds)
path_changelog: Path = Path(self.repos.ponce_repo_path, self.repos.ponce_repo_changelog)
slackbuilds_txt: list = self.utils.read_text_file(path_slackbuilds)
cache: list = [] # init cache