Skip to content

Commit

Permalink
Format test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
abbiemery committed May 22, 2024
1 parent 9febb74 commit 2407fc9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions tests/core/test_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@

import pytest

from ophyd_async.core import (DEFAULT_TIMEOUT, Device, DeviceCollector,
DeviceVector, MockSignalBackend, NotConnected,
wait_for_connection)
from ophyd_async.core import (
DEFAULT_TIMEOUT,
Device,
DeviceCollector,
DeviceVector,
MockSignalBackend,
NotConnected,
wait_for_connection,
)
from ophyd_async.core.soft_signal_backend import SoftSignalBackend
from ophyd_async.epics.motion import motor
from ophyd_async.plan_stubs.ensure_connected import ensure_connected
Expand Down

0 comments on commit 2407fc9

Please sign in to comment.