mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 18:14:05 +00:00
Run pre-commit tools: isort, requirements-txt-fixer
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
from datetime import datetime
|
||||
|
||||
from docker.models.containers import Container
|
||||
from .git_helper import GitHelper
|
||||
|
||||
from .docker_runner import DockerRunner
|
||||
from .git_helper import GitHelper
|
||||
|
||||
|
||||
def _get_program_version(container: Container, program: str) -> str:
|
||||
|
Reference in New Issue
Block a user