Fix imports
This commit is contained in:
parent
c1fbde354b
commit
d0271dbaee
|
@ -1,5 +1,4 @@
|
|||
import asyncio
|
||||
import requests
|
||||
|
||||
from python3_anticaptcha import ReCaptchaV3TaskProxyless
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ from python3_anticaptcha import (
|
|||
get_sync_result,
|
||||
get_async_result,
|
||||
ParamError,
|
||||
ReadError,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue