Skip to content

Commit

Permalink
fix: all
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jun 4, 2024
1 parent 7c9a6ec commit acea5cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def handler(client: NewClient, message: MessageEv):
"Test",
"title",
"sample-heavy-1.xls",
message,
quoted=message,
),
)

Expand Down
2 changes: 1 addition & 1 deletion neonize/utils/enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from enum import Enum
import magic
import typing
from ..proto.def_pb2 import (
from ..proto.waE2E.WAWebProtobufsE2E_pb2 import (
Message,
ImageMessage,
AudioMessage,
Expand Down
2 changes: 1 addition & 1 deletion neonize/utils/message.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ..proto.def_pb2 import (
from ..proto.waE2E.WAWebProtobufsE2E_pb2 import (
Message,
ImageMessage,
DocumentMessage,
Expand Down

0 comments on commit acea5cb

Please sign in to comment.