Skip to content

Commit 82b018a

Browse files
committed
added quote ticks
1 parent 149c855 commit 82b018a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appdaemon/plugin_management.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,11 @@ class PluginManagement:
230230
"""
231231
plugin_objs: Dict[str, PluginBase]
232232
"""Dictionary storing the instantiated plugin objects.
233-
{<namespace>: {
233+
``{<namespace>: {
234234
"object": <PluginBase>,
235235
"active": <bool>,
236236
"name": <str>
237-
}}
237+
}}``
238238
"""
239239
required_meta = ["latitude", "longitude", "elevation", "time_zone"]
240240
last_plugin_state: dict[str, datetime.datetime]

0 commit comments

Comments
 (0)