1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-01-15 03:52:38 +01:00

Remove unused register import in xenforo.py

This commit is contained in:
David Lynch 2024-11-23 21:48:46 -06:00
parent ef43295c25
commit bf248bbfc8

View file

@ -6,7 +6,7 @@ import logging
import requests_cache
from bs4 import BeautifulSoup
from . import register, Site, SiteException, SiteSpecificOption, Section, Chapter
from . import Site, SiteException, SiteSpecificOption, Section, Chapter
import mintotp
logger = logging.getLogger(__name__)