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
|
@ -6,14 +6,13 @@
|
|||
Configuration of Zephyr CAN <=> host CAN test suite.
|
||||
"""
|
||||
|
||||
import re
|
||||
import logging
|
||||
import re
|
||||
|
||||
import pytest
|
||||
|
||||
from twister_harness import DeviceAdapter, Shell
|
||||
|
||||
from can import Bus, BusABC
|
||||
from can_shell import CanShellBus
|
||||
from twister_harness import DeviceAdapter, Shell
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue