diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-16 12:28:36 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-16 12:28:36 -0700 |
| commit | 3222b1622cadc82e69553844c02e2d17c57311d3 (patch) | |
| tree | 4b0a10766d20d30861629642fad489f79344a520 /sega | |
| parent | 686883a39c7fcc99fb376e315cd83d9ede9d7173 (diff) | |
add deprecations.md
Diffstat (limited to 'sega')
| -rw-r--r-- | sega/idac.py | 2 |
1 files changed, 0 insertions, 2 deletions
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): |
