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

@ -10,9 +10,9 @@ Pytest harness to test the output of the dictionary logging.
import logging
import os
import re
import shlex
import subprocess
import re
from twister_harness import DeviceAdapter