refactor still on going
This commit is contained in:
+5
-5
@@ -90,12 +90,12 @@ def _load_helper_modules() -> None:
|
||||
# Provider-specific module pre-loading removed; providers are loaded lazily
|
||||
# through ProviderCore.registry when first referenced.
|
||||
#
|
||||
# Keep explicit imports for cmdlets that were moved under cmdlet/file so they
|
||||
# remain registered under their legacy command names (add-note/add-url/add-relationship).
|
||||
# Keep explicit imports for cmdlets moved into subpackages so they remain
|
||||
# registered under their legacy command names.
|
||||
for mod in (
|
||||
".file.add_note",
|
||||
".file.add_url",
|
||||
".file.add_relationship",
|
||||
".metadata.note_add",
|
||||
".metadata.url_add",
|
||||
".metadata.relationship_add",
|
||||
".metadata.get_note",
|
||||
".metadata.get_relationship",
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user