Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed Dec 18, 2023
1 parent c3f7b6b commit 6c75ed6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arcaflow_plugin_template_python/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sys
from arcaflow_plugin_template_python import plugin
from arcaflow_plugin_sdk import plugin
from arcaflow_plugin_template_python import hello_world

if __name__ == "__main__":
Expand All @@ -11,4 +11,3 @@
)
)
)

0 comments on commit 6c75ed6

Please sign in to comment.