From ea1b6370dbede4d4890bb654d8e659f75874de9e Mon Sep 17 00:00:00 2001 From: Devin Burke Date: Mon, 30 Sep 2024 13:43:34 +0200 Subject: [PATCH] Fixing docs --- src/ophyd_async/tango/base_devices/_base_device.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ophyd_async/tango/base_devices/_base_device.py b/src/ophyd_async/tango/base_devices/_base_device.py index f462d38969..5e531709e5 100644 --- a/src/ophyd_async/tango/base_devices/_base_device.py +++ b/src/ophyd_async/tango/base_devices/_base_device.py @@ -133,12 +133,6 @@ def tango_polling( Signal-level polling configuration as a dictionary where keys are signal names and values are tuples of three floats representing the polling interval, polling timeout, and polling delay. - - Returns - ------- - Callable - A class decorator that sets the `_polling` and `_signal_polling` attributes on - the decorated class. """ if isinstance(polling, dict): signal_polling = polling