Remove deadline

This commit is contained in:
lash 2022-03-29 06:22:54 +00:00
parent 0c76507f5f
commit bb87ba1e34
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ class PersistedState(State):
"""
k = self.name(state)
self.__ensure_store(k)
#return self.__stores[k].list(state)
return super(PersistedState, self).list(state)