mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Removed unused
This commit is contained in:
parent
fad68f7ae4
commit
98b4bbb703
1 changed files with 0 additions and 3 deletions
|
@ -41,9 +41,6 @@ class UpdateRepository(Configs):
|
|||
self.option_for_repository: bool = self.utils.is_option(
|
||||
['-o', '--repository'], flags)
|
||||
|
||||
self.option_for_generate: bool = self.utils.is_option(
|
||||
['-G', '--generate-only'], flags)
|
||||
|
||||
self.option_for_install_data: bool = self.utils.is_option(
|
||||
['-a', '--install-data'], flags)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue