mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-17 06:11:35 +01:00
Removed unused
This commit is contained in:
parent
b4b5c6e219
commit
c7fcd3cffc
1 changed files with 1 additions and 2 deletions
|
@ -20,13 +20,12 @@ class CheckUpdates(Configs):
|
||||||
super(Configs, self).__init__()
|
super(Configs, self).__init__()
|
||||||
self.flags: list = flags
|
self.flags: list = flags
|
||||||
self.repo: str = repo
|
self.repo: str = repo
|
||||||
|
|
||||||
self.utils = Utilities()
|
self.utils = Utilities()
|
||||||
self.progress = ProgressBar()
|
self.progress = ProgressBar()
|
||||||
self.repos = Repositories()
|
self.repos = Repositories()
|
||||||
|
|
||||||
self.compare: dict = {}
|
self.compare: dict = {}
|
||||||
self.local_chg_txt = None
|
|
||||||
self.repo_chg_txt = None
|
|
||||||
|
|
||||||
self.option_for_binaries: bool = self.utils.is_option(
|
self.option_for_binaries: bool = self.utils.is_option(
|
||||||
['-B', '--bin-repo='], self.flags)
|
['-B', '--bin-repo='], self.flags)
|
||||||
|
|
Loading…
Reference in a new issue