sort imports (isort)

This commit is contained in:
Tobias Bengfort
2021-06-23 08:35:55 +02:00
parent 0945561136
commit 174dba2878
12 changed files with 77 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
from django.db import models
from jsonfield import JSONField
from jose import jwt
from django.conf import settings
from django.db import models
from jose import jwt
from jsonfield import JSONField
class User_Keys(models.Model):