fixed missing "import traceback" (#23427)

pull/24216/head
higginsd 7 years ago committed by Sloane Hertel
parent 9e246a857c
commit 8408c6b454

@ -111,6 +111,7 @@ try:
except ImportError:
pass # will be captured by imported HAS_BOTO3
import traceback
def get_virtual_gateway_info(virtual_gateway):
virtual_gateway_info = {'VpnGatewayId': virtual_gateway['VpnGatewayId'],

Loading…
Cancel
Save