We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13759af + f9dba32 commit c6fd0a5Copy full SHA for c6fd0a5
src/wechaty_puppet_service/utils.py
@@ -25,7 +25,7 @@
25
import socket
26
from logging import Logger
27
from typing import Optional, Tuple
28
-from ping3 import ping
+from ping3 import ping # type: ignore
29
from wechaty_puppet.exceptions import WechatyPuppetConfigurationError # type: ignore
30
31
0 commit comments