Skip to content

Commit 6fd7ae0

Browse files
authored
fix: small fix in pydantic import (#129)
1 parent f480582 commit 6fd7ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from bot.TeamTalk.structs import Message, MessageType, User, UserType, UserStatusMode, UserState
88
from bot import errors
99

10-
from pydantic.error_wrappers import ValidationError
10+
from pydantic import ValidationError
1111

1212
from bot import (
1313
TeamTalk,

0 commit comments

Comments
 (0)