We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e56d7 commit da07663Copy full SHA for da07663
tests/test_altcha.py
@@ -1,8 +1,8 @@
1
import pytest
2
3
from tests.conftest import BaseTest
4
-from python3_anticaptcha.core.enum import ProxyTypeEnm, CaptchaTypeEnm
5
from python3_anticaptcha.altcha import Altcha
+from python3_anticaptcha.core.enum import ProxyTypeEnm, CaptchaTypeEnm
6
from python3_anticaptcha.core.serializer import GetTaskResultResponseSer
7
from python3_anticaptcha.core.context_instr import AIOContextManager, SIOContextManager
8
0 commit comments