Cleaned up libaries and imports

This commit is contained in:
John Mullins
2023-12-11 10:20:17 +11:00
parent 686f35d8f6
commit 776042703e
3 changed files with 2 additions and 6 deletions
-2
View File
@@ -1,9 +1,7 @@
from datetime import datetime
import phonenumbers
from django.conf import settings
from django.db import models
from twilio.rest import Client
class Setting(models.Model):