fixing errors from checks

This commit is contained in:
Orage Pika
2022-03-13 13:30:37 +01:00
parent 0c429ee6d7
commit 4fb3cbfc29
3 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
""" database schema for user data """
import re
import string
from urllib.parse import urlparse
from django.apps import apps