forked from Mirror/pmbootstrap
Auto-format codebase with ruff (MR 2325)
See: https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2324 Closes: https://gitlab.com/postmarketOS/pmbootstrap/-/merge_requests/2278
This commit is contained in:
parent
5a8e2c6cad
commit
e421bb2d41
109 changed files with 4044 additions and 2984 deletions
|
@ -5,10 +5,10 @@ from __future__ import annotations
|
|||
from pmb import commands
|
||||
import pmb.chroot
|
||||
|
||||
|
||||
class Shutdown(commands.Command):
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def run(self):
|
||||
pmb.chroot.shutdown()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue