Skip to content

Commit

Permalink
Fixing indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
burkeds committed Sep 30, 2024
1 parent e022d11 commit 4238fb3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/ophyd_async/tango/base_devices/_tango_readable.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ class TangoReadable(TangoDevice, StandardReadable):
Usage: to proper signals mount should be awaited:
new_device = await TangoDevice(<tango_device>)
Attributes:
trl: Tango resource locator, typically of the device server.
proxy: AsyncDeviceProxy object for the device. This is created when the
device is connected.
Attributes
----------
trl : str
Tango resource locator, typically of the device server.
proxy : AsyncDeviceProxy
AsyncDeviceProxy object for the device. This is created when the
device is connected.
"""

def __init__(
Expand Down

0 comments on commit 4238fb3

Please sign in to comment.