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/26 10:27:36 UTC

[incubator-datalab] 01/01: [DATALAB-2119]: added missing argparse import

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

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

commit 7eca7240fab9eb64fd548cb22fe984c0068676ab
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Mon Oct 26 12:27:07 2020 +0200

    [DATALAB-2119]: added missing argparse import
---
 .../src/general/scripts/os/jupyterlab_container_start.py                 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/src/general/scripts/os/jupyterlab_container_start.py b/infrastructure-provisioning/src/general/scripts/os/jupyterlab_container_start.py
index a47e593..06a71cf 100644
--- a/infrastructure-provisioning/src/general/scripts/os/jupyterlab_container_start.py
+++ b/infrastructure-provisioning/src/general/scripts/os/jupyterlab_container_start.py
@@ -22,6 +22,7 @@
 # ******************************************************************************
 
 import sys
+import argparse
 from datalab.fab import *
 from datalab.notebook_lib import *
 from fabric.api import *


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