We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f6364 commit b77764aCopy full SHA for b77764a
src/wechaty_puppet/schemas/types.py
@@ -20,7 +20,7 @@
20
"""
21
from __future__ import annotations
22
23
-from wechaty_grpc.wechaty import ( # type: ignore
+from wechaty_grpc.wechaty.puppet import ( # type: ignore
24
25
# Message
26
MessageType,
tests/file_box_test.py
@@ -31,4 +31,3 @@ def test_url_parse_with_():
31
assert extracted_file_name == 'aHR0cHM6Ly9pbWdrci5jbi1iai51ZmlsZW9zLmNv' \
32
'bS9lMGZlYzAxNC0yNjkxLTRkZmUtOTc5NS1iNGU2' \
33
'NzdmYTE2ZTcucG5n.png'
34
-
0 commit comments