diff --git a/config/photoapp/forms.py b/config/photoapp/forms.py index 6dcc2a6..3f3c4ef 100644 --- a/config/photoapp/forms.py +++ b/config/photoapp/forms.py @@ -1,7 +1,6 @@ '''Photo app Forms''' from django import forms -from django.forms import fields from .models import Photo @@ -19,4 +18,4 @@ class Meta: model = Photo fields = ('title', 'description') - \ No newline at end of file +