Skip to content

Commit cb56cb6

Browse files
committed
STY: Flake
1 parent de6289b commit cb56cb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

codespell_lib/_codespell.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ def parse_options(args):
418418
except Exception as exc:
419419
if raise_error:
420420
raise ImportError(
421-
f'tomli is required to read pyproject.toml but could not be '
422-
f'imported, got: {exc}') from None
421+
f'tomli is required to read pyproject.toml but could not '
422+
f'be imported, got: {exc}') from None
423423
else:
424424
continue
425425
with open(toml_file, 'rb') as f:

0 commit comments

Comments
 (0)