mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -05:00
trim leftovers to please the formatter
This commit is contained in:
parent
5f6772eb39
commit
d2ec51b364
4 changed files with 0 additions and 4 deletions
1
cache.py
1
cache.py
|
@ -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')
|
||||
|
|
|
@ -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)
|
||||
|
|
1
image.py
1
image.py
|
@ -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')
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue