From 7bf2fa981406acc6682690b07d07f51226723cbf Mon Sep 17 00:00:00 2001 From: Jacek Date: Fri, 30 Jun 2017 12:16:08 +0200 Subject: [PATCH] isort --- aa_stripe/migrations/0007_auto_20170630_0557.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aa_stripe/migrations/0007_auto_20170630_0557.py b/aa_stripe/migrations/0007_auto_20170630_0557.py index 79e3f0c..7521398 100644 --- a/aa_stripe/migrations/0007_auto_20170630_0557.py +++ b/aa_stripe/migrations/0007_auto_20170630_0557.py @@ -2,10 +2,9 @@ # Generated by Django 1.11.2 on 2017-06-30 09:57 from __future__ import unicode_literals -from django.db import migrations, models import django.db.models.deletion from django.conf import settings - +from django.db import migrations, models USER_MODEL = getattr(settings, "STRIPE_USER_MODEL", settings.AUTH_USER_MODEL)