From 47385e9474d6284df588dcd9d7a5e496595bbc86 Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Wed, 24 Jan 2018 14:32:58 +0000
Subject: [PATCH] Fixup! from migration

---
 opentech/apply/funds/models.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/opentech/apply/funds/models.py b/opentech/apply/funds/models.py
index 5bde11f20..347470855 100644
--- a/opentech/apply/funds/models.py
+++ b/opentech/apply/funds/models.py
@@ -1,11 +1,10 @@
 from datetime import date
 
-from django.core.exceptions import ValidationError
-from django.db import models
-from django.db.models.expressions import RawSQL, OrderBy
 from django.contrib.postgres.fields import JSONField
+from django.core.exceptions import ValidationError
 from django.db import models
 from django.db.models import Q
+from django.db.models.expressions import RawSQL, OrderBy
 from django.http import Http404
 from django.urls import reverse
 from django.utils.text import mark_safe
-- 
GitLab