python: Format and sort imports

ruff check --select I001 --fix applied to all python files that had
this as only issue.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2024-11-21 13:49:46 +01:00 committed by Benjamin Cabé
commit bf2db7afc0
37 changed files with 78 additions and 210 deletions

View file

@ -2,10 +2,10 @@
#
# SPDX-License-Identifier: Apache-2.0
import pytest
from pathlib import Path
import pytest
def pytest_addoption(parser):
parser.addoption('--tool')