mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-08 18:44:06 +00:00
Use tagging as a module
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
import logging
|
||||
from git_helper import GitHelper
|
||||
from docker_runner import run_simple_command
|
||||
from .git_helper import GitHelper
|
||||
from .docker_runner import run_simple_command
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
Reference in New Issue
Block a user