Skip to content

Commit

Permalink
remove client from class declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
singhpranjali committed Aug 29, 2022
1 parent 73302a3 commit 2a96b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mp_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def heartbeat(self) -> HTMLResponse:
return f"heartbeat response: {res}"


my_mp_app = MyMarketPlaceApp(app_id="<application_client_id>", client=mp_client)
my_mp_app = MyMarketPlaceApp(app_id="<application_client_id>")
print(my_mp_app.heartbeat())


Expand Down

0 comments on commit 2a96b8d

Please sign in to comment.