missing import

This commit is contained in:
Sagar Karandikar 2019-10-05 17:45:17 +00:00
parent 3d525ac58f
commit 4649ad6465
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import logging
import boto3
import botocore
from botocore import exceptions
from fabric.api import local
from fabric.api import local, hide
rootLogger = logging.getLogger()