Skip to content

Commit 97675b8

Browse files
pre-commit-ci[bot]ticosax
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 89c1e25 commit 97675b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

django_fsm_log/managers.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,9 @@ def get_for_object(self, obj):
6161

6262

6363
def PendingStateLogManager(*args, **kwargs):
64-
warn("PendingStateLogManager has been renamed to PendingPersistedTransitionManager", DeprecationWarning, stacklevel=2)
64+
warn(
65+
"PendingStateLogManager has been renamed to PendingPersistedTransitionManager",
66+
DeprecationWarning,
67+
stacklevel=2,
68+
)
6569
return PendingPersistedTransitionManager(*args, **kwargs)

0 commit comments

Comments
 (0)