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 162c31c commit bf98d7dCopy full SHA for bf98d7d
packages/griffelib/src/griffe/__main__.py
@@ -12,8 +12,7 @@
12
from griffecli import main
13
except ModuleNotFoundError as exc:
14
raise ModuleNotFoundError(
15
- "`griffecli` or its dependencies are not installed. "
16
- "Install `griffecli` to use `python -m griffe`.",
+ "`griffecli` or its dependencies are not installed. Install `griffecli` to use `python -m griffe`.",
17
) from exc
18
19
if __name__ == "__main__":
0 commit comments