trim leftovers to please the formatter

This commit is contained in:
InsanePrawn 2022-02-14 20:01:39 +01:00
parent 5f6772eb39
commit d2ec51b364
4 changed files with 0 additions and 4 deletions

View file

@ -11,7 +11,6 @@ PATHS = ['chroots', 'pacman', 'jumpdrive', 'packages', 'images']
@click.group(name='cache')
def cmd_cache():
"""Clean caches and chroots"""
pass
@cmd_cache.command(name='clean')

View file

@ -459,7 +459,6 @@ config_option = click.option(
@click.group(name='config')
def cmd_config():
"""Manage the configuration and -profiles"""
pass
noninteractive_flag = click.option('-N', '--non-interactive', is_flag=True)

View file

@ -334,7 +334,6 @@ def install_rootfs(rootfs_device: str, bootfs_device: str, device, flavour, arch
@click.group(name='image')
def cmd_image():
"""Build and manage device images"""
pass
@cmd_image.command(name='build')

View file

@ -628,7 +628,6 @@ def build_enable_qemu_binfmt(arch: Arch, repo: dict[str, Package] = None):
@click.group(name='packages')
def cmd_packages():
"""Build and manage packages and PKGBUILDs"""
pass
@cmd_packages.command(name='update')