Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
script/test_claim_search: fix the import of
ClientSession
This is nothing special, it just allows the module to run without throwing an error on the import. From ``` from lbry.wallet.client.basenetwork import ClientSession ``` To ``` from lbry.wallet.network import ClientSession ```
- Loading branch information