diff --git a/eth_typing/__init__.py b/eth_typing/__init__.py index a9d0b38..4db682b 100644 --- a/eth_typing/__init__.py +++ b/eth_typing/__init__.py @@ -14,7 +14,6 @@ ABIEvent, ABIFallback, ABIFunction, - ABIFunctionType, ABIReceive, Decodable, TypeStr, @@ -62,13 +61,8 @@ "ABIElementInfo", "ABIError", "ABIEvent", - "ABIEventComponent", - "ABIEventParam", "ABIFallback", "ABIFunction", - "ABIFunctionComponent", - "ABIFunctionParam", - "ABIFunctionType", "ABIReceive", "Decodable", "TypeStr", diff --git a/newsfragments/87.internal.rst b/newsfragments/87.internal.rst new file mode 100644 index 0000000..9574439 --- /dev/null +++ b/newsfragments/87.internal.rst @@ -0,0 +1 @@ +Cleanup references to ABI types that have been removed.