diff --git a/third_party/2.7/boto/exception.pyi b/third_party/2.7/boto/exception.pyi index a56248d3e..2a20228f1 100644 --- a/third_party/2.7/boto/exception.pyi +++ b/third_party/2.7/boto/exception.pyi @@ -3,7 +3,6 @@ # NOTE: This dynamically typed stub was automatically generated by stubgen. from typing import Any -from boto.compat import StandardError class BotoClientError(StandardError): reason = ... # type: Any