mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-06-18 09:47:12 +02:00
chore: formatting, adding type ignores
This commit is contained in:
@ -9,7 +9,7 @@ from pydase.utils.helpers import get_object_attr_from_path
|
||||
from pydase.version import __version__
|
||||
|
||||
|
||||
class RPCInterface(object):
|
||||
class RPCInterface:
|
||||
"""RPC interface to be passed to tiqi_rpc.Server to interface with Ionizer."""
|
||||
|
||||
def __init__(
|
||||
|
Reference in New Issue
Block a user