Commit ea24974502e0e293905b493d0993ab2fc1812192

Authored by selurvedu
1 parent d13a0dc0

Remove unused import; split a long line of code

1 from openprocurement_client.client import Client 1 from openprocurement_client.client import Client
2 -import sys  
3 2
4 3
5 -def prepare_api_wrapper(key='', host_url="https://api-sandbox.openprocurement.org", api_version='0.8'): 4 +def prepare_api_wrapper(key='',
  5 + host_url='https://api-sandbox.openprocurement.org',
  6 + api_version='0.8'):
6 return Client(key, host_url, api_version) 7 return Client(key, host_url, api_version)
7 8
8 9
Please register or login to post a comment