You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "lib/site-packages/aiohttp_swagger3/swagger_route.py", line 36, in _get_fn_parameters
if func.__closure__ is None:
AttributeError: type object 'SomeApi' has no attribute '__closure__'
The text was updated successfully, but these errors were encountered:
I'm trying to use inheritance in my class based view:
But I receive next exception:
The text was updated successfully, but these errors were encountered: