Skip to content

Commit

Permalink
order imports alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshageman-stripe committed Jan 11, 2019
1 parent 6dd8134 commit c9d9702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stripe/api_requestor.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from stripe import error, oauth_error, http_client, version, util, six
from stripe.multipart_data_generator import MultipartDataGenerator
from stripe.six.moves.urllib.parse import urlencode, urlsplit, urlunsplit
from stripe.stripe_response import StripeResponse
from stripe.request_metrics import RequestMetrics
from stripe.stripe_response import StripeResponse


def _encode_datetime(dttime):
Expand Down

0 comments on commit c9d9702

Please sign in to comment.