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

@ -18,8 +18,8 @@ import dnf
import dnf.conf
import dnf.conf.read
from osbuild.util.lorax import render_template
import osbuild.util.osrelease as ostrelease
from osbuild.util.lorax import render_template
class DepSolver:

View file

@ -305,7 +305,6 @@ import collections
import contextlib
import hashlib
import json
import yaml
import os
import pathlib
import string
@ -316,9 +315,10 @@ import urllib.parse
import urllib.request
from typing import Dict, Optional
import rpm
import dnf
import hawkey
import rpm
import yaml
from osbuild.util.rhsm import Subscriptions