Skip to content

Commit f3878bb

Browse files
committed
Lint fix
1 parent b33dcf2 commit f3878bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

readthedocs/gold/views.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Gold suscription views"""
22

3-
import stripe
43
from django.core.urlresolvers import reverse, reverse_lazy
54
from django.conf import settings
65
from django.contrib.messages.views import SuccessMessageMixin
@@ -21,7 +20,6 @@
2120
from .models import GoldUser
2221

2322

24-
2523
class GoldSubscriptionMixin(SuccessMessageMixin, StripeMixin, LoginRequiredMixin):
2624

2725
"""Gold subscription mixin for view classes"""

0 commit comments

Comments
 (0)