We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0071eb5 commit c3d6378Copy full SHA for c3d6378
ebaysdk/__init__.py
@@ -1417,8 +1417,6 @@ class parallel(object):
1417
>>> retval = r2.execute('findItemsAdvanced', {'keywords': 'shoes'})
1418
>>> r3 = shopping(parallel=p, config_file=os.environ.get('EBAY_YAML'))
1419
>>> retval = r3.execute('FindItemsAdvanced', {'CharityID': 3897})
1420
- >>> r4 = trading(parallel=p, config_file=os.environ.get('EBAY_YAML'))
1421
- >>> retval = r4.execute('GetUser', {})
1422
>>> p.wait()
1423
>>> print(p.error())
1424
<BLANKLINE>
@@ -1428,8 +1426,6 @@ class parallel(object):
1428
1426
Success
1429
1427
>>> print(r3.response_obj().Ack)
1430
1431
- >>> print(r4.response_obj().Ack)
1432
- Success
1433
"""
1434
1435
def __init__(self):
0 commit comments