Skip to content
Snippets Groups Projects
Commit 1189c32a authored by Hugh Dickinson's avatar Hugh Dickinson
Browse files

Bug fix

parent 7ad2bb74
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ class shopping_client: ...@@ -38,7 +38,7 @@ class shopping_client:
def get_basket( def get_basket(
self, convert_to_pandas: bool = False, reload: bool = False self, convert_to_pandas: bool = False, reload: bool = False
) -> Optional[list[dict]]: ) -> Union[list[dict], pd.DataFrame, None]:
"""Retrieve the shopping basket for a user. """Retrieve the shopping basket for a user.
Prompts for access token if one was not supplied to constructor. Prompts for access token if one was not supplied to constructor.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment