This is an automated email from the ASF dual-hosted git repository. lfrolov pushed a commit to branch epm-v2.5.2.1 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 21a39f1c1f6e8d5cce032060639b9b8dc0638c0f 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 57f0da8c2..621dcf95b 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]
