You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2022/10/13 08:19:49 UTC

[incubator-datalab] branch DATALAB-3073 updated: [DATALAB-3073]: added import

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

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


The following commit(s) were added to refs/heads/DATALAB-3073 by this push:
     new 3c345938d [DATALAB-3073]: added import
3c345938d is described below

commit 3c345938d684f9bfc5c9aa446a6928a1fb805ae5
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Oct 13 11:19:39 2022 +0300

    [DATALAB-3073]: added import
---
 infrastructure-provisioning/src/general/scripts/aws/jupyter_configure.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/src/general/scripts/aws/jupyter_configure.py b/infrastructure-provisioning/src/general/scripts/aws/jupyter_configure.py
index bf6a7fbc2..bea821572 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/jupyter_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/jupyter_configure.py
@@ -32,6 +32,7 @@ import traceback
 import subprocess
 from fabric import *
 from datalab.logger import logging
+import uuid
 
 parser = argparse.ArgumentParser()
 parser.add_argument('--uuid', type=str, default='')


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org