Skip to content

Commit c3d6378

Browse files
committed
pulling in support for attributes in requests
1 parent 0071eb5 commit c3d6378

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ebaysdk/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,8 +1417,6 @@ class parallel(object):
14171417
>>> retval = r2.execute('findItemsAdvanced', {'keywords': 'shoes'})
14181418
>>> r3 = shopping(parallel=p, config_file=os.environ.get('EBAY_YAML'))
14191419
>>> retval = r3.execute('FindItemsAdvanced', {'CharityID': 3897})
1420-
>>> r4 = trading(parallel=p, config_file=os.environ.get('EBAY_YAML'))
1421-
>>> retval = r4.execute('GetUser', {})
14221420
>>> p.wait()
14231421
>>> print(p.error())
14241422
<BLANKLINE>
@@ -1428,8 +1426,6 @@ class parallel(object):
14281426
Success
14291427
>>> print(r3.response_obj().Ack)
14301428
Success
1431-
>>> print(r4.response_obj().Ack)
1432-
Success
14331429
"""
14341430

14351431
def __init__(self):

0 commit comments

Comments
 (0)