Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Sep 19, 2023
1 parent db60c80 commit 4152ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eth_defi/provider/ankr.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Ankr specific Web3.py functionality.
- Ankr has issues with some JSON-RPC access patterns.
See also :py:mod:`eth_defi.rpc.broken_provider`.
See also :py:mod:`eth_defi.provider.broken_provider`.
"""
from web3 import Web3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "web3-ethereum-defi"
version = "0.22.9"
version = "0.22.10"
description = "Python library for Uniswap, Aave, ChainLink, Enzyme and other protocols on BNB Chain, Polygon, Ethereum and other blockchains"
authors = ["Mikko Ohtamaa <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 4152ec3

Please sign in to comment.