You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new directory, module_resources/examples/{json,yaml}/subdirectory to the examples, and ensure that imports are handled orderly.
Account for matching names between a file in the module's top-level directory, and a subdirectory within the module. Use from to distinguish these submodule imports versus named documents in the top-level.
The text was updated successfully, but these errors were encountered:
Add a new directory,
module_resources/examples/{json,yaml}/subdirectory
to the examples, and ensure that imports are handled orderly.Account for matching names between a file in the module's top-level directory, and a subdirectory within the module. Use
from
to distinguish these submodule imports versus named documents in the top-level.The text was updated successfully, but these errors were encountered: