python 3
Some checks failed
Build and Publish registry cleaner / publish (push) Failing after 37s

This commit is contained in:
Eugene Howe
2025-11-04 06:29:05 -05:00
parent 15f0c00252
commit c1afcc86f3
7 changed files with 49 additions and 73 deletions

View File

@@ -7,7 +7,7 @@ from dateutil.tz import tzutc, tzoffset
from registry import Registry, Requests, get_tags, parse_args, \
delete_tags, delete_tags_by_age, get_error_explanation, get_newer_tags, \
keep_images_like, main_loop, get_datetime_tags, get_ordered_tags
from mock import MagicMock, patch
from unittest.mock import MagicMock, patch
import requests