test/isort: apply diff to full tree

Apply the isort modifications to the entire source tree, not just the
selected python files of test-src.

Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
This commit is contained in:
David Rheinsberg 2022-09-14 09:00:44 +02:00
parent 5aaa4e602e
commit 4b09088661
14 changed files with 6 additions and 24 deletions

View file

@ -20,14 +20,11 @@ documentation for `osbuil.util.udev.UdevInhibitor`.
import argparse
import os
import sys
from typing import Dict
from osbuild import devices
from osbuild import loop
from osbuild import devices, loop
from osbuild.util.udev import UdevInhibitor
SCHEMA = """
"additionalProperties": false,
"required": ["filename"],

View file

@ -19,13 +19,11 @@ import stat
import subprocess
import sys
import uuid
from typing import Dict, Optional
from osbuild import devices
from osbuild.util.udev import UdevInhibitor
SCHEMA = """
"additionalProperties": false,
"required": ["passphrase"],

View file

@ -34,12 +34,10 @@ import stat
import subprocess
import sys
import time
from typing import Dict, Tuple, Union
from osbuild import devices
SCHEMA = """
"additionalProperties": false,
"required": ["volume"],