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:
parent
85f36aae51
commit
bf2db7afc0
37 changed files with 78 additions and 210 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue