From 421cc1bab22cf048a0fbc1de5fe8939fe699b2bc Mon Sep 17 00:00:00 2001 From: Sanjay Kumar Srikakulam Date: Thu, 25 Jul 2024 09:33:34 +0000 Subject: [PATCH] models.py lint fix --- lib/galaxy/files/templates/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/galaxy/files/templates/models.py b/lib/galaxy/files/templates/models.py index d42a49883ea3..16ad413f3e6e 100644 --- a/lib/galaxy/files/templates/models.py +++ b/lib/galaxy/files/templates/models.py @@ -103,6 +103,7 @@ class AzureFileSourceConfiguration(StrictModel): namespace_type: str = "hierarchical" writable: bool = False + class WebdavFileSourceTemplateConfiguration(StrictModel): type: Literal["webdav"] url: Union[str, TemplateExpansion]