Revert unused/incorrect imports

This commit is contained in:
Paul Konstantin Gerke 2022-08-30 21:32:10 +02:00
parent be4f987d35
commit da7597fd37
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
import pytz
import json
import io
from django.conf import settings
from django.contrib.auth.models import User
@ -14,8 +12,6 @@ from django.utils.translation import gettext_lazy as _
from rest_framework.authtoken.models import Token
import qrcode
class Settings(models.Model):
user = models.OneToOneField(User, on_delete=models.CASCADE)