From 60b8f8979ca995066ae74cf9951492eff20408e5 Mon Sep 17 00:00:00 2001 From: spbeach46 Date: Sun, 18 Oct 2020 00:08:04 -0700 Subject: [PATCH] changed big_data names to training --- ebay_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebay_api.py b/ebay_api.py index a4685bf..846f829 100644 --- a/ebay_api.py +++ b/ebay_api.py @@ -57,7 +57,7 @@ class FindingApi: return item_id_results -class ShoppingApi(): +class ShoppingApi: ''' Creates objects from ShoppingApi service calls that can interact with pandas dataframes