mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Remove unnecessary import
This commit is contained in:
1
third_party/2.7/boto/exception.pyi
vendored
1
third_party/2.7/boto/exception.pyi
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user