fully_imported check on Version manager (#1995) (#2024)

This commit is contained in:
daveoconnor
2026-01-28 12:38:23 -08:00
committed by GitHub
parent 57d6ff8259
commit 7921bf3f51
13 changed files with 305 additions and 48 deletions

View File

@@ -506,7 +506,6 @@ class LibraryUpdater:
)
except KeyError:
logger.warning(f"KeyError {commit.version=}")
return None
def handle_version_diff_stat(diff: VersionDiffStat):