intgr / drf-yasg-stubs

Typing stubs for drf-yasg library (PEP 484 stubs for Mypy and PyCharm)
Other
5 stars 3 forks source link

Fix get_schema_view() arguments authentication_classes, permission_classes #7

Closed intgr closed 4 years ago

intgr commented 4 years ago

Fixes #6.

Also removed redundant & wrong attributes declared in _SchemaView class, they are now inherited from APIView.