Skip to content

Commit bf98d7d

Browse files
committed
style: Format
1 parent 162c31c commit bf98d7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/griffelib/src/griffe/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
from griffecli import main
1313
except ModuleNotFoundError as exc:
1414
raise ModuleNotFoundError(
15-
"`griffecli` or its dependencies are not installed. "
16-
"Install `griffecli` to use `python -m griffe`.",
15+
"`griffecli` or its dependencies are not installed. Install `griffecli` to use `python -m griffe`.",
1716
) from exc
1817

1918
if __name__ == "__main__":

0 commit comments

Comments
 (0)