lint: Clean up E123 PEP-8 rule.
This commit is contained in:
parent
5b3d2c9100
commit
55e8d5f58d
9 changed files with 13 additions and 13 deletions
|
@ -288,7 +288,7 @@ class Client(object):
|
|||
client_name=self.client_name,
|
||||
vendor=vendor,
|
||||
vendor_version=vendor_version,
|
||||
)
|
||||
)
|
||||
|
||||
def do_api_query(self, orig_request, url, method="POST", longpolling=False, files=None):
|
||||
# type: (Mapping[str, Any], str, str, bool, List[IO]) -> Dict[str, Any]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue