osbuild: run isort on all files
This commit is contained in:
parent
98daf1a87d
commit
ea6085fae6
174 changed files with 106 additions and 257 deletions
|
|
@ -3,13 +3,13 @@ import os
|
|||
import subprocess
|
||||
import tempfile
|
||||
import uuid
|
||||
from typing import Optional, Iterator, Set
|
||||
from typing import Iterator, Optional, Set
|
||||
|
||||
from osbuild.util.types import PathLike
|
||||
from osbuild.util import jsoncomm, rmrf
|
||||
from osbuild.util.mnt import mount, umount
|
||||
from . import api
|
||||
from osbuild.util.types import PathLike
|
||||
|
||||
from . import api
|
||||
|
||||
__all__ = [
|
||||
"ObjectStore",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue