Skip to content

Commit 331ec40

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent a0c6c1f commit 331ec40

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cfa/dataops/catalog.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,8 +693,7 @@ def resolve_version(
693693
selection (Literal["newest", "oldest"]): whether to select the newest or oldest version
694694
695695
Returns:
696-
str | None: the resolved version, or None if not found
697-
"""
696+
dict[str, str | None]: Mapping containing "version", "blob_url", "version_spec", and "selection".
698697
available_versions = self.get_versions()
699698
version = version_matcher(version_spec, available_versions, selection=selection)
700699

0 commit comments

Comments
 (0)