From 193b7f706b66185a620669c9bf014aa103d19459 Mon Sep 17 00:00:00 2001 From: Christian Cwienk Date: Thu, 14 Nov 2024 13:49:31 +0100 Subject: [PATCH] fix typo in typehint --- cnudie/retrieve_async.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnudie/retrieve_async.py b/cnudie/retrieve_async.py index 0f9944fda..011ef8316 100644 --- a/cnudie/retrieve_async.py +++ b/cnudie/retrieve_async.py @@ -28,7 +28,7 @@ ComponentDescriptorLookupById = collections.abc.Callable[ - [cnudie.util.ComponentId, oca.OcmRepositoryLookup], + [cnudie.util.ComponentId, cnudie.retrieve.OcmRepositoryLookup], collections.abc.Awaitable[ocm.ComponentDescriptor], ]