Skip to content

Commit 8009cf0

Browse files
committed
update UT
1 parent 97f8c50 commit 8009cf0

File tree

6 files changed

+161099
-57724
lines changed

6 files changed

+161099
-57724
lines changed

absbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if (sys.version_info.major >= 3 and sys.version_info.minor < 10):
44
raise ImportError("AbsBox support Python with version 3.10+ only")
55

6-
from absbox.client import API, Endpoints, EnginePath, PickApiFrom
6+
from absbox.client import API, Endpoints, EnginePath, PickApiFrom,LIBRARY
77
from absbox.local.util import guess_pool_flow_header, unifyTs, mkTbl, readAeson
88
from absbox.local.base import *
99
from absbox.local.cmp import comp_engines

0 commit comments

Comments
 (0)