cleanup/rm

This commit is contained in:
2025-02-18 14:37:37 -05:00
parent a1484c572c
commit 119f40daf8
24 changed files with 5 additions and 56 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3.12
import sys
sys.path.insert(1,'..')
import traceback
@ -7,7 +5,7 @@ import logging
import time
from typing import Optional
from aiohttp import ClientTimeout, ClientSession
from bs4 import BeautifulSoup, ResultSet
from bs4 import BeautifulSoup, ResultSet # type: ignore
import html as htm
from . import private, common, cache, redis_cache
from lyric_search import utils