diff --git a/a_sync/iter.pyx b/a_sync/iter.pyx index 7a3a9fe7..99793c67 100644 --- a/a_sync/iter.pyx +++ b/a_sync/iter.pyx @@ -126,7 +126,7 @@ class _AwaitableAsyncIterableMixin(AsyncIterable[T]): # type_argument = str(type_argument) raise NotImplementedError( "I think this is prevented by the rules of python Generic", - type_argument, + type_argument, type(type_argument) ) elif hasattr(type_argument, "__module__") and hasattr( type_argument, "__qualname__"