Skip to content

Commit e8accf1

Browse files
committed
fix cir import
1 parent 369f282 commit e8accf1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

absbox/client.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,11 @@
2222
from .exception import AbsboxError, VersionMismatch, EngineError
2323
from .local.interface import mkTag, readAeson
2424

25-
from .library import LibraryEndpoints
26-
2725
VERSION_NUM = version("absbox")
2826
urllib3.disable_warnings()
2927
console = Console()
3028

31-
__all__ = ["API", "Endpoints", "RunReqType", "RunResp"
32-
, "LibraryEndpoints", "EnginePath"]
29+
__all__ = ["API", "Endpoints", "RunReqType", "RunResp" , "LibraryEndpoints", "EnginePath"]
3330

3431

3532
class Endpoints(str, enum.Enum):

absbox/library.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
from .validation import vStr
2121

22+
__all__ = ["LibraryEndpoints",]
23+
2224
class LibraryEndpoints(str, enum.Enum):
2325
"""Endpoints for deal library"""
2426
Ack = "ack"

0 commit comments

Comments
 (0)