diff --git a/pmb/commands/repo_bootstrap.py b/pmb/commands/repo_bootstrap.py index dffed1f1..d6f9cb05 100644 --- a/pmb/commands/repo_bootstrap.py +++ b/pmb/commands/repo_bootstrap.py @@ -169,7 +169,7 @@ class RepoBootstrap(commands.Command): return ret - def run(self) -> None: # noqa: F821 + def run(self) -> None: self.check_existing_pkgs() steps = self.get_steps()