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 Jan 4, 2023
1 parent a4a895d commit 677919c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flytekit/remote/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import hashlib
import os
import pathlib
import sys
import time
import typing
import uuid
Expand All @@ -25,7 +24,7 @@
from flytekit.clients.friendly import SynchronousFlyteClient
from flytekit.clients.helpers import iterate_node_executions, iterate_task_executions
from flytekit.configuration import Config, FastSerializationSettings, ImageConfig, SerializationSettings
from flytekit.core import constants, context_manager, utils
from flytekit.core import constants, utils
from flytekit.core.base_task import PythonTask
from flytekit.core.context_manager import FlyteContext, FlyteContextManager
from flytekit.core.data_persistence import FileAccessProvider
Expand All @@ -48,7 +47,6 @@
from flytekit.models.core import workflow as workflow_model
from flytekit.models.core.identifier import Identifier, ResourceType, WorkflowExecutionIdentifier
from flytekit.models.core.workflow import NodeMetadata
from flytekit.models.documentation import Documentation, SourceCode
from flytekit.models.execution import (
ExecutionMetadata,
ExecutionSpec,
Expand Down

0 comments on commit 677919c

Please sign in to comment.