mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-23 01:20:03 +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__"):
|
||||
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,
|
||||
target_obj: Any,
|
||||
attr_name: str,
|
||||
|
Loading…
x
Reference in New Issue
Block a user