diff --git a/scrapers/remitly.py b/scrapers/remitly.py index 745a37b..145557f 100644 --- a/scrapers/remitly.py +++ b/scrapers/remitly.py @@ -18,7 +18,6 @@ logger = logging.getLogger(__name__) REMITLY_ESTIMATE_URL = "https://api.remitly.io/v3/pricing/estimate" -REMITLY_CORRIDORS_URL = "https://api.remitly.io/v3/pricing/corridors" class RemitlyScraper(BaseScraper):