Skip to content

Commit

Permalink
Fix lint error in remote.py (#755)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
  • Loading branch information
eapolinario and eapolinario committed Nov 17, 2021
1 parent 3442cd7 commit a8a69be
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 a8a69be

Please sign in to comment.