remove unneeded imports from info app
This commit is contained in:
parent
9e82013ca0
commit
81abf8db36
|
@ -1,5 +1,5 @@
|
||||||
from django.db import models
|
from django.db import models
|
||||||
from utils.models import CreatedUpdatedModel, CampRelatedModel
|
from utils.models import CampRelatedModel
|
||||||
from django.core.exceptions import ValidationError
|
from django.core.exceptions import ValidationError
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
from django.test import TestCase
|
|
||||||
|
|
||||||
# Create your tests here.
|
|
|
@ -1,6 +1,4 @@
|
||||||
from django.shortcuts import render
|
from django.views.generic import ListView
|
||||||
from django.views.generic import ListView, DetailView
|
|
||||||
from django.utils import timezone
|
|
||||||
from .models import *
|
from .models import *
|
||||||
from camps.mixins import CampViewMixin
|
from camps.mixins import CampViewMixin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue