Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkakar-stripe committed Feb 16, 2018
1 parent 893bc33 commit db30aaa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions stripe/api_resources/topup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import absolute_import, division, print_function

from stripe.api_resources.abstract import CreateableAPIResource
from stripe.api_resources.abstract import UpdateableAPIResource
from stripe.api_resources.abstract import ListableAPIResource
Expand Down
2 changes: 0 additions & 2 deletions tests/api_resources/test_topup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import absolute_import, division, print_function

import stripe
from tests.helper import StripeTestCase

Expand Down

0 comments on commit db30aaa

Please sign in to comment.