Skip to content

Commit

Permalink
squashme: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski committed May 25, 2023
1 parent a13623b commit 9887ed8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renku_notebooks/api/schemas/servers_post.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ class LaunchNotebookRequestWithoutS3(Schema):
)
resource_class_id = fields.Int(required=False, load_default=None)
storage = fields.Int(
required=False, load_default=1,
required=False,
load_default=1,
)
lfs_auto_fetch = fields.Bool(
required=False, load_default=config.server_options.defaults["lfs_auto_fetch"]
Expand Down

0 comments on commit 9887ed8

Please sign in to comment.