Skip to content

Commit

Permalink
Remove old types from __all__ (#88)
Browse files Browse the repository at this point in the history
* Remove old types from ``__all__``

* Newsfragment for #88
  • Loading branch information
reedsa authored Jun 27, 2024
1 parent a026336 commit 0efe706
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions eth_typing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
ABIEvent,
ABIFallback,
ABIFunction,
ABIFunctionType,
ABIReceive,
Decodable,
TypeStr,
Expand Down Expand Up @@ -62,13 +61,8 @@
"ABIElementInfo",
"ABIError",
"ABIEvent",
"ABIEventComponent",
"ABIEventParam",
"ABIFallback",
"ABIFunction",
"ABIFunctionComponent",
"ABIFunctionParam",
"ABIFunctionType",
"ABIReceive",
"Decodable",
"TypeStr",
Expand Down
1 change: 1 addition & 0 deletions newsfragments/87.internal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cleanup references to ABI types that have been removed.

0 comments on commit 0efe706

Please sign in to comment.