Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 495a121

Browse files
committed
fixup! Run black on api.py
1 parent 17cf728 commit 495a121

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wc/api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ async def request(self, method, endpoint, data, params=None, ignore_headers=Fals
6868
params = {}
6969
elif isinstance(params, dict):
7070
# Clear the consumer key and secret if they where passed as parameters.
71+
# These should only be present when `is_ssl` and `query_string_auth` are
72+
# true and in that case they should not provided by the user.
7173
params.pop("consumer_key", None)
7274
params.pop("consumer_secret", None)
7375
else:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy