Skip to content
Snippets Groups Projects
Commit 905e69e7 authored by Jan David Mol's avatar Jan David Mol
Browse files

fix flake8

parent 7b78507d
No related branches found
No related tags found
1 merge request!4L2SS-1650: Allow Tango threads during read/write
Pipeline #68891 failed
......@@ -43,8 +43,8 @@ class AttributeWrapper(attribute):
datatype: any numpy datatype
dims: dimensions of the attribute as a tuple, or (1,) for a scalar.
init_value: value
allow_threads: if True, release Tango device lock during I/O, allowing other Tango
threads to execute.
allow_threads: if True, release Tango device lock during I/O, allowing other
Tango threads to execute.
"""
# ensure the type is a numpy array.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment