Skip to content

Remove version module #2729

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

Merged
merged 1 commit into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions newsfragments/2729.removal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removal of ``version`` module.
58 changes: 0 additions & 58 deletions tests/core/version-module/test_version_module.py

This file was deleted.

4 changes: 0 additions & 4 deletions web3/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@
MiddlewareOnion,
Wei,
)
from web3.version import (
Version,
)

if TYPE_CHECKING:
from web3.pm import PM # noqa: F401
Expand All @@ -133,7 +130,6 @@ def get_default_modules() -> Dict[str, Union[Type[Module], Sequence[Any]]]:
return {
"eth": Eth,
"net": Net,
"version": Version,
"geth": (
Geth,
{
Expand Down
72 changes: 0 additions & 72 deletions web3/version.py

This file was deleted.