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] committed Feb 10, 2025
1 parent 00eafb3 commit 5e304b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drf_caching/sentinels.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __new__(
module_name: str | None = None,
):
name = str(name)
repr = str(repr) if repr else f'<{name.split(".")[-1]}>'
repr = str(repr) if repr else f"<{name.split('.')[-1]}>"
if not module_name:
parent_frame = _get_parent_frame()
module_name = (
Expand Down

0 comments on commit 5e304b8

Please sign in to comment.