ethereum / hexbytes

Python `bytes` subclass that decodes hex, with a readable console output
MIT License
27 stars 19 forks source link

Explicitly reexport HexBytes #15

Closed MartinThoma closed 3 years ago

MartinThoma commented 3 years ago

This allows users to from hexbytes import HexBytes without getting the following error: https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-no-implicit-reexport

What was wrong?

Got mypy error: https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-no-implicit-reexport

How was it fixed?

Explicitly reexport HexBytes

Cute Animal Picture

put a cute animal picture link inside the parentheses

MartinThoma commented 3 years ago

@carver It looks to me as if something is wrong with the circleci setup. Could you please confirm?

carver commented 3 years ago

@carver It looks to me as if something is wrong with the circleci setup. Could you please confirm?

Yup, you're right. Not sure how it happened, but github was no longer configured with CircleCI's deploy key. It is fixed now. Try rebasing on the latest master and force-pushing.

MartinThoma commented 3 years ago

@carver Thank you, it works now :-)