This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-3079
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-3079 by this push:
     new 61d3c328c [DATALAB-3079]: moved imports
61d3c328c is described below

commit 61d3c328c02ff7fb0f34e294a0f6bff5327b0e3c
Author: leonidfrolov <[email protected]>
AuthorDate: Wed Oct 19 18:45:51 2022 +0300

    [DATALAB-3079]: moved imports
---
 infrastructure-provisioning/src/dataengine-service/fabfile.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/infrastructure-provisioning/src/dataengine-service/fabfile.py 
b/infrastructure-provisioning/src/dataengine-service/fabfile.py
index 8308c7bb4..e05849bf7 100644
--- a/infrastructure-provisioning/src/dataengine-service/fabfile.py
+++ b/infrastructure-provisioning/src/dataengine-service/fabfile.py
@@ -27,13 +27,12 @@ import sys
 import uuid
 import secrets
 import subprocess
-
+import random
+import string
 from datalab.actions_lib import *
 from datalab.fab import *
 from datalab.meta_lib import *
 from fabric import *
-import random
-import string
 
 @task
 def run(ctx):


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to