Skip to content

Commit b77764a

Browse files
committed
import types from wechaty.puppet instead of wechaty
1 parent 36f6364 commit b77764a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/wechaty_puppet/schemas/types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"""
2121
from __future__ import annotations
2222

23-
from wechaty_grpc.wechaty import ( # type: ignore
23+
from wechaty_grpc.wechaty.puppet import ( # type: ignore
2424

2525
# Message
2626
MessageType,

tests/file_box_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ def test_url_parse_with_():
3131
assert extracted_file_name == 'aHR0cHM6Ly9pbWdrci5jbi1iai51ZmlsZW9zLmNv' \
3232
'bS9lMGZlYzAxNC0yNjkxLTRkZmUtOTc5NS1iNGU2' \
3333
'NzdmYTE2ZTcucG5n.png'
34-

0 commit comments

Comments
 (0)