Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoor committed Jun 30, 2017
1 parent fbfcc0e commit 7bf2fa9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aa_stripe/migrations/0007_auto_20170630_0557.py
Expand Up @@ -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)

Expand Down

0 comments on commit 7bf2fa9

Please sign in to comment.