Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
akremstudy committed Aug 17, 2023
1 parent 4450ac2 commit d95a989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/telliot_feeds/queries/abi_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
but upgrading the package will break the telliot_feeds package due dependency version conflicts"""
version = pkg_resources.get_distribution("eth-abi").version
pkg_version = int(version.split(".")[0])
print(pkg_version)


if pkg_version < 4:

Expand Down

0 comments on commit d95a989

Please sign in to comment.