Skip to content

Commit

Permalink
models.py lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaysrikakulam committed Jul 25, 2024
1 parent 1f5d52f commit 421cc1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/files/templates/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class AzureFileSourceConfiguration(StrictModel):
namespace_type: str = "hierarchical"
writable: bool = False


class WebdavFileSourceTemplateConfiguration(StrictModel):
type: Literal["webdav"]
url: Union[str, TemplateExpansion]
Expand Down

0 comments on commit 421cc1b

Please sign in to comment.