mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
tools: Remove unused imports.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
a0041afaf9
commit
ee8ff4df66
@@ -7,7 +7,7 @@ from scrapy.linkextractors import IGNORED_EXTENSIONS
|
||||
from scrapy.linkextractors.lxmlhtml import LxmlLinkExtractor
|
||||
from scrapy.utils.url import url_has_any_extension
|
||||
|
||||
from typing import Any, Generator, List, Optional, Tuple
|
||||
from typing import Any, Generator, List, Optional
|
||||
|
||||
EXCLUDED_URLS = [
|
||||
# Google calendar returns 404s on HEAD requests unconditionally
|
||||
|
||||
Reference in New Issue
Block a user