Update search.py

This commit is contained in:
Hellow2 2023-03-29 11:38:32 +02:00
parent eb133e802f
commit c4079efc4b

View File

@ -2,7 +2,7 @@ from collections import defaultdict
from typing import Tuple, List, Set, Dict, Type, Union
from . import page_attributes
from .actual_download import Download
from .download import Download
from ..abstract import Page
from ...objects import Options, DatabaseObject