Skip to content

Commit

Permalink
mypy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Nov 17, 2022
1 parent 58bb826 commit bf7e5b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metadata-ingestion/src/datahub/cli/docker_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
import time
from enum import Enum
from pathlib import Path
from typing import Dict, List, Literal, NoReturn, Optional, Union
from typing import Dict, List, NoReturn, Optional, Union

import click
import click_spinner
import pydantic
import requests
from expandvars import expandvars
from requests_file import FileAdapter
from typing_extensions import Literal

from datahub.cli.cli_utils import DATAHUB_ROOT_FOLDER
from datahub.cli.docker_check import (
Expand Down

0 comments on commit bf7e5b6

Please sign in to comment.