Skip to content

Commit

Permalink
fix(docker) follow files naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
home authored and home committed Aug 20, 2022
1 parent 9343496 commit 9fc67d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata-ingestion/src/datahub/entrypoints.py
Expand Up @@ -11,7 +11,7 @@
from datahub.cli.check_cli import check
from datahub.cli.cli_utils import DATAHUB_CONFIG_PATH, write_datahub_config
from datahub.cli.delete_cli import delete
from datahub.cli.docker import docker
from datahub.cli.docker_cli import docker
from datahub.cli.get_cli import get
from datahub.cli.ingest_cli import ingest
from datahub.cli.migrate import migrate
Expand Down
2 changes: 1 addition & 1 deletion smoke-test/tests/utils.py
Expand Up @@ -5,7 +5,7 @@
import requests
from datahub.cli import cli_utils
from datahub.ingestion.run.pipeline import Pipeline
from datahub.cli.docker import check_local_docker_containers
from datahub.cli.docker_cli import check_local_docker_containers


def get_frontend_session():
Expand Down

0 comments on commit 9fc67d5

Please sign in to comment.