mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Removed comments
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
e522a3ca24
commit
a68a616ffb
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ class Repositories: # pylint: disable=[R0902]
|
|||
diff_repos.remove('default')
|
||||
|
||||
if diff_repos:
|
||||
for repo, data in repos_config.items(): # type: ignore[assignment]
|
||||
for repo, data in repos_config.items():
|
||||
|
||||
if repo in diff_repos:
|
||||
mirror_packages: str = data.get('mirror', '')
|
||||
|
|
Loading…
Reference in a new issue