Skip to content

Commit

Permalink
undo helloworld.py changes
Browse files Browse the repository at this point in the history
  • Loading branch information
talebzeghmi committed Nov 13, 2023
1 parent 7955406 commit cb70ee9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions metaflow/tutorials/00-helloworld/helloworld.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from metaflow import FlowSpec, step, resources
from metaflow import FlowSpec, step


class HelloFlow(FlowSpec):
Expand All @@ -9,7 +9,6 @@ class HelloFlow(FlowSpec):
"""

@resources(cpu="500") # this is intentional to cause a k8s failure
@step
def start(self):
"""
Expand Down

0 comments on commit cb70ee9

Please sign in to comment.