remove unused import

This commit is contained in:
Jim Ladd 2021-09-01 16:15:59 -07:00
parent 262cd3c695
commit bdb13343bb

View File

@ -4,8 +4,6 @@
import sys
import logging
import os
from uuid import uuid4
from django.db import models
from django.conf import settings