forked from Mirror/pmbootstrap
pmb.commands.repo_bootstrap: Remove unnecessary noqa comment (MR 2525)
Not sure why this was added, but Ruff doesn't complain if I remove it.
This commit is contained in:
parent
5d707e154c
commit
f43af8a115
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class RepoBootstrap(commands.Command):
|
||||||
|
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
def run(self) -> None: # noqa: F821
|
def run(self) -> None:
|
||||||
self.check_existing_pkgs()
|
self.check_existing_pkgs()
|
||||||
|
|
||||||
steps = self.get_steps()
|
steps = self.get_steps()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue