Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and daniel.eades committed Apr 25, 2024
1 parent 33ab49a commit 4e5de99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookiecutter/environment.py
Expand Up @@ -37,7 +37,7 @@ def __init__(self, *, context: dict[str, Any] | None = None, **kwargs: Any) -> N
extensions = default_extensions + self._read_extensions(context)

try:
super().__init__(extensions=extensions, **kwargs) # type: ignore[call-arg]
super().__init__(extensions=extensions, **kwargs) # type: ignore[call-arg]
except ImportError as err:
msg = f'Unable to load extension: {err}'
raise UnknownExtension(msg) from err
Expand Down

0 comments on commit 4e5de99

Please sign in to comment.