Update search.py

This commit is contained in:
Hellow2 2023-03-29 11:36:46 +02:00
parent e13b6e70c6
commit 0a23d6d27c

View File

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