Skip to content

Commit

Permalink
Fix lint error in remote.py (flyteorg#755)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>

Co-authored-by: Eduardo Apolinario <[email protected]>
Signed-off-by: Robert Everson <[email protected]>
  • Loading branch information
2 people authored and Robert Everson committed May 27, 2022
1 parent f5dbb1e commit 5aaf5e3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions flytekit/remote/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@
from flytekit.configuration import auth as auth_config
from flytekit.configuration.internal import DOMAIN, PROJECT
from flytekit.core.base_task import PythonTask
from flytekit.core.context_manager import (
FlyteContextManager,
ImageConfig,
SerializationSettings,
get_image_config,
)
from flytekit.core.context_manager import FlyteContextManager, ImageConfig, SerializationSettings, get_image_config
from flytekit.core.data_persistence import FileAccessProvider
from flytekit.core.launch_plan import LaunchPlan
from flytekit.core.type_engine import TypeEngine
Expand Down

0 comments on commit 5aaf5e3

Please sign in to comment.