From ef1fbf7add1fdf3c73e856305cf5006991d51a0f Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Thu, 2 Aug 2018 13:05:23 +0200 Subject: [PATCH] Fix typo. --- django_starfield/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_starfield/widgets.py b/django_starfield/widgets.py index ba26e58..ae0aec5 100644 --- a/django_starfield/widgets.py +++ b/django_starfield/widgets.py @@ -1,4 +1,4 @@ -from django.forms.widget import Widget +from django.forms.widgets import Widget class Stars(Widget): template_name = 'django_starfield/stars.html' -- GitLab