Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use non-comment type annotation #31

Merged

Conversation

cburgdorf
Copy link
Contributor

What was wrong?

The comment type annotations are only needed for Python 3.5 support which I assume isn't a goal for this project. Comment type annotations have several disadvantages over proper ones.

How was it fixed?

Used proper type annotation.

Cute Animal Picture

Cute animal picture

@cburgdorf cburgdorf mentioned this pull request May 5, 2018
Copy link
Contributor

@njgheorghita njgheorghita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dope, good to know thanks!!

@cburgdorf cburgdorf merged commit 7e3188c into ethpm:master May 6, 2018
@pipermerriam
Copy link
Member

Python 3.5 support is going to be required for this project as it'll end up as a dependency to web3.py which will support python 3.5 for the foreseeable future.

@cburgdorf
Copy link
Contributor Author

cburgdorf commented May 7, 2018 via email

@njgheorghita
Copy link
Contributor

@cburgdorf made the change back to comment types in #23

@cburgdorf
Copy link
Contributor Author

Thanks for the cleanup!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants