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 2020/10/02 08:17:30 UTC

[incubator-datalab] branch DATALAB-2076 updated: [DATALAB-2076]: added missing libs import

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

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


The following commit(s) were added to refs/heads/DATALAB-2076 by this push:
     new 615ee38  [DATALAB-2076]: added missing libs import
615ee38 is described below

commit 615ee38d0ae9b09fce4b22c7aa92786b6624fbf5
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Oct 2 11:17:17 2020 +0300

    [DATALAB-2076]: added missing libs import
---
 infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py b/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
index 6fad0bb..88dc58d 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
@@ -21,6 +21,8 @@
 #
 # ******************************************************************************
 
+import datalab.fab
+import datalab.actions_lib
 import datalab.meta_lib
 import json
 import logging


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