Use tagging as a module

This commit is contained in:
Ayaz Salikhov
2021-05-01 11:04:44 +03:00
parent 8858a8f22a
commit 27f45c7f2c
8 changed files with 15 additions and 15 deletions

View File

@@ -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__)