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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]