Skip to content

Commit

Permalink
Fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
burkeds committed Sep 30, 2024
1 parent 4238fb3 commit ea1b637
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ophyd_async/tango/base_devices/_base_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea1b637

Please sign in to comment.