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
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue