aleph-im / aleph-client

Lightweight Python Client library for the Aleph.im network
MIT License
11 stars 12 forks source link

Fix relative import in `__main__.py` #200

Closed MHHukiewitz closed 4 months ago

MHHukiewitz commented 4 months ago

Having relative imports would break commands like:

typer ./src/aleph-client/__main__.py utils docs

Discovered when generating docs for https://github.com/aleph-im/aleph-docs/pull/75

github-actions[bot] commented 4 months ago

Failed to retrieve llama text: HTTPConnectionPool(host='46.255.204.205', port=5100): Max retries exceeded with url: /completion (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f385f16a9d0>: Failed to establish a new connection: [Errno 111] Connection refused'))