remove unneeded imports from people app
This commit is contained in:
parent
ad9f9d1581
commit
0d47ec5607
|
@ -1,3 +0,0 @@
|
|||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
|
@ -1,3 +0,0 @@
|
|||
from django.db import models
|
||||
|
||||
# Create your models here.
|
|
@ -1,3 +0,0 @@
|
|||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
|
@ -1,4 +1,3 @@
|
|||
from django.shortcuts import render
|
||||
from django.views.generic import ListView
|
||||
from camps.models import Camp
|
||||
|
||||
|
|
Loading…
Reference in a new issue