mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-23 09:30:02 +02:00
fix: ignoring flake8 error
This commit is contained in:
parent
82f8e1f90c
commit
d5cb1a1478
@ -87,7 +87,7 @@ class DataService(rpyc.Service, AbstractDataService):
|
|||||||
if not attr_name.startswith("_DataService__"):
|
if not attr_name.startswith("_DataService__"):
|
||||||
warn_if_instance_class_does_not_inherit_from_DataService(attr_value)
|
warn_if_instance_class_does_not_inherit_from_DataService(attr_value)
|
||||||
|
|
||||||
def __set_attribute_based_on_type(
|
def __set_attribute_based_on_type( # noqa:CFQ002
|
||||||
self,
|
self,
|
||||||
target_obj: Any,
|
target_obj: Any,
|
||||||
attr_name: str,
|
attr_name: str,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user