Skip to content

Commit ab21397

Browse files
committed
Unused
1 parent 1e8d2d9 commit ab21397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyls_black/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def load_config(filename: str) -> Dict:
7171

7272
try:
7373
pyproject_toml = toml.load(str(pyproject_filename))
74-
except (toml.TomlDecodeError, OSError) as e:
74+
except (toml.TomlDecodeError, OSError):
7575
return defaults
7676

7777
config = pyproject_toml.get("tool", {}).get("black", {})

0 commit comments

Comments
 (0)