From 9847767661e781e3dc48e6b6c8bca1fc11484f84 Mon Sep 17 00:00:00 2001 From: Elvis Date: Tue, 5 Dec 2023 08:57:28 -0500 Subject: [PATCH] minor fix --- endpoints_rappi.py | 1 - rappi.py | 1 - 2 files changed, 2 deletions(-) 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