fix docstring

This commit is contained in:
Benedikt Bartscher 2024-10-09 21:11:40 +02:00
parent f3b8b2e336
commit c13f9e9ce0
No known key found for this signature in database

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: