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:
parent
ef43295c25
commit
bf248bbfc8
1 changed files with 1 additions and 1 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
Loading…
Reference in a new issue