diff options
author | Peter Barabas <peter.barabas@ericsson.com> | 2016-11-22 10:29:41 +0100 |
---|---|---|
committer | Peter Barabas <peter.barabas@ericsson.com> | 2016-11-24 10:20:25 +0100 |
commit | 89d1439e98de7ac1735610168ff4ca1b4e45e8c1 (patch) | |
tree | fd5de5962cd07fd3956b01867398e23b91f12126 /deploy/cloud/deploy.py | |
parent | f9f173106d9328d325a9d86314c92bb2af77da7e (diff) |
Remove unused imports
Change-Id: Icb51f3fdec962c6f92e27e63b57bc30e8e6c75bb
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Diffstat (limited to 'deploy/cloud/deploy.py')
-rw-r--r-- | deploy/cloud/deploy.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/deploy/cloud/deploy.py b/deploy/cloud/deploy.py index e00934bd9..dac2fe8dd 100644 --- a/deploy/cloud/deploy.py +++ b/deploy/cloud/deploy.py @@ -8,9 +8,6 @@ ############################################################################### -import yaml -import io - from dea import DeploymentEnvironmentAdapter from configure_environment import ConfigureEnvironment from deployment import Deployment |