Skip to content

Commit

Permalink
fix a typo in a code sample (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuulos authored May 5, 2024
1 parent 763716a commit 38be0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scaling/remote-tasks/requesting-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class HybridCloudFlow(FlowSpec):
print('training model...')
self.score = random.randint(0, 10)
self.country = self.input
self.next(self.postprocess)
self.next(self.join)

@batch(memory=16000, queue='cpu-queue')
@step
Expand Down

0 comments on commit 38be0fc

Please sign in to comment.