osbuild: run isort on all files

This commit is contained in:
Simon de Vlieger 2022-08-17 11:28:27 +02:00
parent 98daf1a87d
commit ea6085fae6
174 changed files with 106 additions and 257 deletions

View file

@ -28,12 +28,11 @@ import struct
import subprocess
import sys
import tempfile
from typing import List, BinaryIO, Optional
from typing import BinaryIO, List, Optional
import osbuild.api
import osbuild.remoteloop as remoteloop
SCHEMA = """
"additionalProperties": false,
"required": ["format", "filename", "ptuuid", "size"],