Skip to content

Commit 77679f7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 19a82c6 commit 77679f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drf_caching/sentinels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __new__(
5151
module_name: str | None = None,
5252
):
5353
name = str(name)
54-
repr = str(repr) if repr else f'<{name.split(".")[-1]}>'
54+
repr = str(repr) if repr else f"<{name.split('.')[-1]}>"
5555
if not module_name:
5656
parent_frame = _get_parent_frame()
5757
module_name = (

0 commit comments

Comments
 (0)