Skip to content

Commit ef46548

Browse files
committed
improve(quality): add missing typing
1 parent f480a18 commit ef46548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qgis_deployment_toolbelt/plugins/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def from_zip(cls, input_zip_path: Path) -> QgisPlugin:
194194
return cls.from_dict(plugin_md_as_dict)
195195

196196
@property
197-
def download_url(self) -> str:
197+
def download_url(self) -> str | None:
198198
"""Try to guess download URL if it's not set during the object init.
199199
200200
Returns:

0 commit comments

Comments
 (0)