We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420a17b commit c227cd4Copy full SHA for c227cd4
src/aspire/__init__.py
@@ -83,4 +83,4 @@ def __getattr__(attr):
83
if attr in _modules:
84
return importlib.import_module(f"aspire.{attr}")
85
else:
86
- raise AttributeError(f"module {__name__} has no attribute {attr}.")
+ raise AttributeError(f"module `{__name__}` has no attribute `{attr}`.")
0 commit comments