aleph-im / aleph-client

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

Fix `aleph instance delete` to use async #186

Closed MHHukiewitz closed 7 months ago

github-actions[bot] commented 7 months ago
  • The diff includes a change to the delete function, which is an asynchronous function now. This could potentially impact other parts of the codebase that interact with this function.
  • There's also a change in the forget method call where it now accepts an additional argument reason. This could affect how data is stored and managed in the system.

But it is just a simple async fix.