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:
Newbyte 2025-01-08 00:10:01 +01:00 committed by Oliver Smith
parent 5d707e154c
commit f43af8a115
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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()