Skip to content

Commit aadbd82

Browse files
committed
rm library path
1 parent e8accf1 commit aadbd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

absbox/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
urllib3.disable_warnings()
2727
console = Console()
2828

29-
__all__ = ["API", "Endpoints", "RunReqType", "RunResp" , "LibraryEndpoints", "EnginePath"]
29+
__all__ = ["API", "Endpoints", "RunReqType", "RunResp" , "EnginePath"]
3030

3131

3232
class Endpoints(str, enum.Enum):

0 commit comments

Comments
 (0)