We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f9be2 commit 7cc416aCopy full SHA for 7cc416a
prospector-more.yml
@@ -9,7 +9,6 @@ ignore-paths:
9
- doc_builder/
10
- donate/
11
- notifications/
12
- - payments/
13
- privacy/
14
- profiles/
15
- projects/
readthedocs/payments/forms.py
@@ -5,7 +5,6 @@
5
from stripe.resource import Customer, Charge
6
from stripe.error import InvalidRequestError
7
from django import forms
8
-from django.conf import settings
from django.utils.translation import ugettext_lazy as _
from .utils import stripe
0 commit comments