from rest_framework_simplejwt.views import TokenObtainPairView class MyTokenObtainPairView(TokenObtainPairView): pass