Skip to content

Commit bc50c44

Browse files
authored
Update Plugins.rst
1 parent c584061 commit bc50c44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Plugins.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ for lazy-loading, so be sure to document it properly:
8686
def some_static_method(**args):
8787
"""Static method docstring."""
8888
89+
from ._myextraplugin import MyExtraPlugin
8990
return MyExtraPlugin.some_static_method(**args)
9091
9192
For design and misc extras this is all there is, but for io and stimuli plugins,

0 commit comments

Comments
 (0)