Skip to content

Commit 7cc416a

Browse files
lordmauveagjohnson
authored andcommitted
Remove unused import (readthedocs#2883)
1 parent a9f9be2 commit 7cc416a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

prospector-more.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ignore-paths:
99
- doc_builder/
1010
- donate/
1111
- notifications/
12-
- payments/
1312
- privacy/
1413
- profiles/
1514
- projects/

readthedocs/payments/forms.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from stripe.resource import Customer, Charge
66
from stripe.error import InvalidRequestError
77
from django import forms
8-
from django.conf import settings
98
from django.utils.translation import ugettext_lazy as _
109

1110
from .utils import stripe

0 commit comments

Comments
 (0)