Skip to content

Commit 4758de5

Browse files
committed
Fix line length
1 parent c6879cc commit 4758de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylsp_black/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def load_config(filename: str) -> Dict:
8989
pyproject_toml = toml.load(str(pyproject_filename))
9090
except (toml.TomlDecodeError, OSError):
9191
logger.info(
92-
"Error decoding pyproject.toml file, using defaults for python-lsp-black: %r",
92+
"Error decoding pyproject.toml, using defaults for python-lsp-black: %r",
9393
defaults,
9494
)
9595
return defaults

0 commit comments

Comments
 (0)