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

Fix typing for get_ipc_path and get_dev_ipc_path #2917

Merged
merged 2 commits into from
Apr 20, 2023

Conversation

kclowes
Copy link
Collaborator

@kclowes kclowes commented Apr 13, 2023

What was wrong?

The typing was incorrect on get_ipc_path and get_dev_ipc_path.

Closes #2911

How was it fixed?

Added the correct typing and explicit None returns where needed.

Todo:

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

Copy link
Contributor

@pacrob pacrob left a comment

Choose a reason for hiding this comment

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

lgtm!

@kclowes kclowes merged commit 229bb2b into ethereum:master Apr 20, 2023
@kclowes kclowes deleted the return-type-ipc-path branch April 20, 2023 16:12
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.

web3.providers.ipc.get_default_ipc_path() returned None instead of str
2 participants