diff --git a/iib/workers/tasks/opm_operations.py b/iib/workers/tasks/opm_operations.py index 53350e2c..d5876358 100644 --- a/iib/workers/tasks/opm_operations.py +++ b/iib/workers/tasks/opm_operations.py @@ -666,7 +666,7 @@ def opm_registry_rm_fbc( binary_image: str, overwrite_from_index_token: Optional[str] = None, generate_cache: bool = True, -) -> Union[Tuple[str, str], Tuple[str, None]]: +) -> Tuple[str, Optional[str]]: """ Remove operator/s from a File Based Catalog index image.