mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-23 11:27:57 +02:00
refactor: applied isort to repo
This commit is contained in:
@ -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