diff --git a/endpoints_rappi.py b/endpoints_rappi.py index 706ef5d..7be40cd 100644 --- a/endpoints_rappi.py +++ b/endpoints_rappi.py @@ -2,7 +2,6 @@ import requests import json from datetime import datetime from collections import namedtuple -from rich import print from . import endpoints_rappi URL_AUTH_DEV = 'https://rests-integrations-dev.auth0.com/oauth/token' diff --git a/rappi.py b/rappi.py index d220207..6cbcea8 100644 --- a/rappi.py +++ b/rappi.py @@ -2,7 +2,6 @@ import requests import json from datetime import datetime from collections import namedtuple -from rich import print from trytond.pool import Pool from . import endpoints_rappi from decimal import Decimal