Skip to content

Commit ebb6c12

Browse files
authored
Merge pull request #116 from DmytroLitvinov/patch-1
Update persistence.py
2 parents 3b6015c + ae9dbaa commit ebb6c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_telegram_bot_django_persistence/persistence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import json
22
from typing import cast
33

4-
from models import BotData, CallbackData, ChatData, ConversationData, UserData
4+
from .models import BotData, CallbackData, ChatData, ConversationData, UserData
55
from telegram.ext import BasePersistence, PersistenceInput
66
from telegram.ext._utils.types import BD, CD, UD, CDCData, ConversationDict, ConversationKey
77

0 commit comments

Comments
 (0)