Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 4d9a293

Browse files
committed
Fix flake8 errors.
1 parent 46d0698 commit 4d9a293

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rauth/oauth.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ class PlaintextSignature(SignatureMethod):
222222
'''PLAINTEXT Signature Method.'''
223223
NAME = 'PLAINTEXT'
224224

225-
def sign(self, consumer_secret, access_token_secret, method, url, oauth_params,
226-
req_kwargs):
225+
def sign(self, consumer_secret, access_token_secret, method, url,
226+
oauth_params, req_kwargs):
227227
'''Sign request using PLAINTEXT method.
228-
228+
229229
:param consumer_secret: Consumer secret.
230230
:type consumer_secret: str
231231
:param access_token_secret: Access token secret (optional).

0 commit comments

Comments
 (0)