osbuild: run isort on all files
This commit is contained in:
parent
98daf1a87d
commit
ea6085fae6
174 changed files with 106 additions and 257 deletions
|
|
@ -5,18 +5,14 @@ import json
|
|||
import os
|
||||
from typing import Dict, Generator, Iterable, Iterator, List, Optional
|
||||
|
||||
from . import buildroot, host, objectstore, remoteloop
|
||||
from .api import API
|
||||
from . import buildroot
|
||||
from . import host
|
||||
from . import objectstore
|
||||
from . import remoteloop
|
||||
from .devices import Device, DeviceManager
|
||||
from .inputs import Input, InputManager
|
||||
from .mounts import Mount, MountManager
|
||||
from .objectstore import ObjectStore
|
||||
from .sources import Source
|
||||
from .util import osrelease
|
||||
from .objectstore import ObjectStore
|
||||
|
||||
|
||||
DEFAULT_CAPABILITIES = {
|
||||
"CAP_AUDIT_WRITE",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue