Skip to content

Commit 4e53073

Browse files
committed
Use double quoted strings
1 parent a02b3ed commit 4e53073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/griffelib/src/griffe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,5 +609,5 @@
609609

610610
def __getattr__(attr: str) -> object:
611611
if attr in _CLI_MISSING_FEATURES:
612-
raise ImportError(f'Please install `griffecli` to use {"griffe." + attr!r}')
612+
raise ImportError(f"Please install `griffecli` to use {'griffe.' + attr!r}")
613613
raise AttributeError(attr)

0 commit comments

Comments
 (0)