From 3222b1622cadc82e69553844c02e2d17c57311d3 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 16 Oct 2025 12:28:36 -0700 Subject: add deprecations.md --- sega/idac.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'sega') diff --git a/sega/idac.py b/sega/idac.py index 3b8a444..1e0db30 100644 --- a/sega/idac.py +++ b/sega/idac.py @@ -1,9 +1,7 @@ -import json from bs4 import BeautifulSoup import re from datetime import datetime from urllib.parse import urljoin -from constants import IDAC_NEWS_SITE def parse_idac_news_site(site_data: str): -- cgit v1.2.3