We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33976fa commit d45ff06Copy full SHA for d45ff06
1 file changed
src/libvcs/_internal/module_loading.py
@@ -56,7 +56,7 @@ def __repr__(self) -> str:
56
57
58
def import_string(import_name: str, silent: bool = False) -> t.Any:
59
- """Imports an object based on a string.
+ """Import an object based on a string.
60
61
This is useful if you want to use import paths as endpoints or
62
something similar. An import path can be specified either in dotted
0 commit comments