Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
pyflakes
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Nov 29, 2013
1 parent 85d38c5 commit c9c2dfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions mailjet/contrib/django_mailjet/models.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
from django.db import models

# Create your models here.
4 changes: 1 addition & 3 deletions mailjet/contrib/django_mailjet/views.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from django.views import generic
from django.conf import settings
from django.core.urlresolvers import reverse_lazy, reverse
from django import shortcuts
from django.core.urlresolvers import reverse_lazy

from .forms import SubscriptionForm

Expand Down

0 comments on commit c9c2dfe

Please sign in to comment.