From 4b46ca1b66bb0913172e3e1102230c0bbc13037a Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Tue, 12 Jul 2016 17:10:32 -0700 Subject: [PATCH] Remove unnecessary import --- third_party/2.7/boto/exception.pyi | 1 - 1 file changed, 1 deletion(-) 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