osbuild: run isort on all files
This commit is contained in:
parent
98daf1a87d
commit
ea6085fae6
174 changed files with 106 additions and 257 deletions
|
|
@ -26,9 +26,8 @@ import os
|
|||
import re
|
||||
import struct
|
||||
import sys
|
||||
|
||||
from collections import OrderedDict
|
||||
from typing import BinaryIO, Dict, Union, List
|
||||
from typing import BinaryIO, Dict, List, Union
|
||||
|
||||
PathLike = Union[str, bytes, os.PathLike]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue