Skip to content

Commit

Permalink
Fix new flake8 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
xsleonard committed Sep 26, 2019
1 parent 7996df6 commit c715c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pystmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def get_outbound_message_details(message_id, api_key=None, secure=None,
:param secure: Use the https scheme for the Postmark API.
Defaults to `True`
:param test: Use the Postmark Test API. Defaults to `False`.
:param \*\*request_args: Keyword arguments to pass to
:param request_args: Keyword arguments to pass to
:func:`requests.request`.
:rtype: :class:`BounceActivateResponse`
'''
Expand Down Expand Up @@ -1358,7 +1358,7 @@ def get(self, message_id, api_key=None, secure=None, test=None,
Defaults to `self.secure`.
:param test: Make a test request to the Postmark API.
Defaults to `self.test`.
:param \*\*request_args: Keyword args to pass to
:param request_args: Keyword args to pass to
:func:`requests.request`.
:rtype: :class:`OutboundMessageDetailsResponse`
'''
Expand Down

0 comments on commit c715c65

Please sign in to comment.