Skip to content

Commit

Permalink
fix typo in typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Nov 14, 2024
1 parent 870bc04 commit 193b7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cnudie/retrieve_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


ComponentDescriptorLookupById = collections.abc.Callable[
[cnudie.util.ComponentId, oca.OcmRepositoryLookup],
[cnudie.util.ComponentId, cnudie.retrieve.OcmRepositoryLookup],
collections.abc.Awaitable[ocm.ComponentDescriptor],
]

Expand Down

0 comments on commit 193b7f7

Please sign in to comment.