Skip to content

Commit c6fd0a5

Browse files
authored
Merge pull request #7
ping type ignore
2 parents 13759af + f9dba32 commit c6fd0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wechaty_puppet_service/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import socket
2626
from logging import Logger
2727
from typing import Optional, Tuple
28-
from ping3 import ping
28+
from ping3 import ping # type: ignore
2929
from wechaty_puppet.exceptions import WechatyPuppetConfigurationError # type: ignore
3030

3131

0 commit comments

Comments
 (0)