Skip to content

Commit

Permalink
future-proof request_metrics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshageman-stripe committed Jan 15, 2019
1 parent 6caa1fc commit 65ad482
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stripe/request_metrics.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
from __future__ import absolute_import, division, print_function


class RequestMetrics(object):
def __init__(self, request_id, request_duration_ms):
self.request_id = request_id
Expand Down

0 comments on commit 65ad482

Please sign in to comment.