Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
Signed-off-by: byronhsu <byronhsu1230@gmail.com>
  • Loading branch information
ByronHsu committed Dec 8, 2023
1 parent fdaeb16 commit 0f4c794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/flyin_plugin/flyin_plugin/vscode.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# enabling connection and debugging in remote environments.

# %%
from flytekit import task
from flytekitplugins.flyin import vscode, workflow
from flytekit import task, workflow
from flytekitplugins.flyin import vscode

# %% [markdown]
# ## Usage
Expand Down

0 comments on commit 0f4c794

Please sign in to comment.