From 1372763d56145485279efba363c37bb78fc7cd6a Mon Sep 17 00:00:00 2001 From: Daniel Diaz Date: Sun, 30 May 2021 00:01:39 -0500 Subject: [PATCH] Modified forms --- config/photoapp/forms.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +