File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,10 @@ Services support a range of options and interactions not yet
8080documented here but all accessible via calling other methods of the
8181``service `` reference.
8282
83- .. note :: The app root directory for Python imports will be in the app
84- root folder even if the service file is in a subfolder. To import from
85- your service folder you must use e.g. ``import service.module ``
86- instead of ``import module ``, if the service file is in the
87- ``service/ `` folder.
83+ .. note ::
84+
85+ The app root directory for Python imports will be in the app
86+ root folder even if the service file is in a subfolder. To import from
87+ your service folder you must use e.g. ``import service.module ``
88+ instead of ``import module ``, if the service file is in the
89+ ``service/ `` folder.
You can’t perform that action at this time.
0 commit comments