mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 17:32:16 +00:00
Removed unused imports
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import re
|
||||
from django.core.exceptions import ValidationError
|
||||
from django.db import models, connection
|
||||
from django.urls import reverse
|
||||
from polymorphic.models import PolymorphicModel
|
||||
|
||||
import datetime
|
||||
import re
|
||||
|
||||
|
||||
class AssetCategory(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user