mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-16 07:29:20 +01:00
refactor: applied isort to repo
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import pytest
|
||||
|
||||
from ophyd_devices.npoint import NPointController, NPointAxis
|
||||
from ophyd_devices.npoint import NPointAxis, NPointController
|
||||
|
||||
|
||||
class SocketMock:
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
import pytest
|
||||
import threading
|
||||
import time
|
||||
|
||||
from unittest.mock import Mock
|
||||
|
||||
import ophyd_devices # ensure we are patched
|
||||
import pytest
|
||||
from ophyd.status import StatusBase, StatusTimeoutError
|
||||
|
||||
import ophyd_devices # ensure we are patched
|
||||
|
||||
|
||||
def test_ophyd_status_patch():
|
||||
cb = Mock()
|
||||
|
||||
Reference in New Issue
Block a user