mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-09 18:28:03 +02:00
remove unused imports
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
import inspect
|
||||
import threading
|
||||
import types
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
from ophyd import status as ophyd_status_module
|
||||
|
@ -1,8 +1,5 @@
|
||||
from unittest import mock
|
||||
|
||||
from bec_lib.devicemanager import DeviceContainer
|
||||
from bec_lib.tests.utils import ConnectorMock
|
||||
|
||||
|
||||
class SocketMock:
|
||||
"""Socket Mock. Used for testing"""
|
||||
|
@ -5,8 +5,6 @@ This module provides a class for creating a pseudo signal that is computed from
|
||||
from functools import reduce
|
||||
from typing import Callable
|
||||
|
||||
import numpy as np
|
||||
import scipy as sp
|
||||
from bec_lib import bec_logger
|
||||
from ophyd import SignalRO
|
||||
from ophyd.ophydobj import Kind
|
||||
|
Reference in New Issue
Block a user