Skip to content

Commit

Permalink
Update redis_storage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
coder2020official authored May 4, 2022
1 parent 2d8c231 commit 8a12ae3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions telebot/storage/redis_storage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from pyclbr import Class
from telebot.storage.base_storage import StateStorageBase, StateContext
import json

Expand Down Expand Up @@ -177,4 +176,4 @@ def save(self, chat_id, user_id, data):
response[user_id]['data'] = dict(data, **response[user_id]['data'])
self.set_record(chat_id, response)
return True


0 comments on commit 8a12ae3

Please sign in to comment.