Skip to content

Commit

Permalink
fix(wokwi): make isort happy
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Oct 20, 2023
1 parent cf2069a commit 9d5be1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pytest-embedded/pytest_embedded/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
from pytest_embedded_jtag import Gdb, OpenOcd
from pytest_embedded_qemu import Qemu
from pytest_embedded_serial import Serial

from pytest_embedded_wokwi import WokwiCLI


Expand Down Expand Up @@ -1230,7 +1229,6 @@ def _fixture_classes_and_options(

if 'idf' in _services:
from pytest_embedded_idf.unity_tester import IdfUnityDutMixin

from pytest_embedded_wokwi.idf import IDFFirmwareResolver

kwargs['wokwi'].update({'firmware_resolver': IDFFirmwareResolver()})
Expand Down

0 comments on commit 9d5be1e

Please sign in to comment.