Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Jul 26, 2022
1 parent b20403e commit 0f49dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions flytekit/clis/sdk_in_container/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
from pytimeparse import parse
from typing_extensions import get_args

from flytekit import BlobType, Literal, Scalar, configuration
from flytekit.clis.flyte_cli.main import _detect_default_config_file
from flytekit import BlobType, Literal, Scalar
from flytekit.clis.sdk_in_container.constants import CTX_CONFIG_FILE, CTX_DOMAIN, CTX_PROJECT
from flytekit.clis.sdk_in_container.helpers import FLYTE_REMOTE_INSTANCE_KEY, get_and_save_remote_with_click_context
from flytekit.configuration import ImageConfig
Expand Down
2 changes: 1 addition & 1 deletion tests/flytekit/unit/configuration/configs/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ storage:
secret-key: miniostorage
images:
xyz: docker.io/xyz:latest
abc: docker.io/abc
abc: docker.io/abc

0 comments on commit 0f49dc1

Please sign in to comment.