Skip to content

Commit 4933d2d

Browse files
authored
Merge pull request #236 from AndreiDrang/main
v2.2.2
2 parents 29d7830 + da07663 commit 4933d2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.1"
1+
__version__ = "2.2.2"

tests/test_altcha.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import pytest
22

33
from tests.conftest import BaseTest
4-
from python3_anticaptcha.core.enum import ProxyTypeEnm, CaptchaTypeEnm
54
from python3_anticaptcha.altcha import Altcha
5+
from python3_anticaptcha.core.enum import ProxyTypeEnm, CaptchaTypeEnm
66
from python3_anticaptcha.core.serializer import GetTaskResultResponseSer
77
from python3_anticaptcha.core.context_instr import AIOContextManager, SIOContextManager
88

0 commit comments

Comments
 (0)