refactor: applied isort to repo

This commit is contained in:
2024-03-28 16:35:48 +01:00
parent 7f089364a0
commit 284c6c47a1
26 changed files with 81 additions and 111 deletions

View File

@ -1,6 +1,6 @@
import pytest
from ophyd_devices.npoint import NPointController, NPointAxis
from ophyd_devices.npoint import NPointAxis, NPointController
class SocketMock:

View File

@ -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()