Skip to content

Commit

Permalink
[CODE QUALITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Feb 3, 2024
1 parent 1d8515c commit d23c104
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions swarms_cloud/sky_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,4 @@ def create_task(
# Chaining setters.
sky.Task().set_resources(...).set_file_mounts(...)
"""
return Task(
name=name, setup=setup, run=run, workdir=workdir, *args, **kwargs
)
return Task(name=name, setup=setup, run=run, workdir=workdir, *args, **kwargs)

0 comments on commit d23c104

Please sign in to comment.