From 72e116b0aa16928220c5bf5974e5e33cb10563f4 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Mon, 26 Aug 2019 21:38:56 +0200
Subject: [PATCH] Fix syntax.

---
 biscuit/core/forms.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/biscuit/core/forms.py b/biscuit/core/forms.py
index e0af144a3..88f9c83f3 100644
--- a/biscuit/core/forms.py
+++ b/biscuit/core/forms.py
@@ -3,7 +3,6 @@ from django.contrib.auth import get_user_model
 from django.utils.translation import ugettext_lazy as _
 
 from .models import Person
-from .utils import
 
 
 class PersonAccountForm(forms.ModelForm):
-- 
GitLab