Skip to content
Snippets Groups Projects
Unverified Commit 8c7c8140 authored by Caleb Connolly's avatar Caleb Connolly :recycle:
Browse files

commands: repo_bootstrap: type hint run_steps()

parent 946e031b
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ class RepoBootstrap(commands.Command):
self.progress_done += 1
def run_steps(self, steps):
def run_steps(self, steps) -> None:
chroot: Chroot
if self.arch.cpu_emulation_required():
chroot = Chroot(ChrootType.BUILDROOT, self.arch)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment