Add accidentally removed empty line

This commit is contained in:
PapaTutuWawa 2020-11-06 20:56:31 +01:00
parent b0d0f99492
commit b0f888f236

View File

@ -10,6 +10,7 @@ from .models import AuthToken, get_default_expiry
AUTO_REFRESH = True
MIN_REFRESH_INTERVAL = 60
class TokenAuthentication(DRFTokenAuthentication):
keyword = 'Token'
model = AuthToken