osbuild: run isort on all files
This commit is contained in:
parent
98daf1a87d
commit
ea6085fae6
174 changed files with 106 additions and 257 deletions
|
|
@ -20,11 +20,11 @@ import abc
|
|||
import hashlib
|
||||
import json
|
||||
import os
|
||||
|
||||
from typing import Dict, Optional, Tuple, Any
|
||||
from typing import Any, Dict, Optional, Tuple
|
||||
|
||||
from osbuild import host
|
||||
from osbuild.util.types import PathLike
|
||||
|
||||
from .objectstore import StoreClient, StoreServer
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue