fixed missing "import traceback" (#23427)
This commit is contained in:
parent
9e246a857c
commit
8408c6b454
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue