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: