Fixing python-modernize issues.

This commit is contained in:
arbisoft
2019-07-11 14:24:38 +05:00
parent 92c7a43011
commit e87dc6cc77
7 changed files with 25 additions and 10 deletions

View File

@@ -2,6 +2,8 @@
Third Party Auth REST API views
"""
from __future__ import absolute_import
from collections import namedtuple
from django.conf import settings