fix docstring (#4140)

This commit is contained in:
benedikt-bartscher 2024-10-09 22:42:44 +02:00 committed by GitHub
parent 91ab8ac574
commit 7a971e5842
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2520,7 +2520,7 @@ class StateManager(Base, ABC):
state: The state class to use.
Returns:
The state manager (either memory or redis).
The state manager (either disk or redis).
"""
redis = prerequisites.get_redis()
if redis is not None: