mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Updated for coding style
This commit is contained in:
parent
124f9362a1
commit
0e10f23f8a
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue