Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
sign: Miguel Toledo <[email protected]>
  • Loading branch information
migueltol22 committed Mar 29, 2021
1 parent fbec4c2 commit d7e625c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/core/container_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(
self._md_format = metadata_format
self._io_strategy = io_strategy
self._resources = ResourceSpec(
requests=requests if requests else ResourceWarning(), limits=limits if limits else Resources()
requests=requests if requests else Resources(), limits=limits if limits else Resources()
)

@property
Expand Down

0 comments on commit d7e625c

Please sign in to comment.