mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
refactor: linkcheck: Remove unused attribute HyperlinkAvailabilityCheckWorker.app
This commit is contained in:
parent
163c7bbdc1
commit
ad5b0babd7
@ -277,7 +277,6 @@ class HyperlinkAvailabilityCheckWorker(Thread):
|
||||
"""A worker class for checking the availability of hyperlinks."""
|
||||
|
||||
def __init__(self, builder: CheckExternalLinksBuilder) -> None:
|
||||
self.app = builder.app
|
||||
self.anchors_ignore = builder.anchors_ignore
|
||||
self.auth = builder.auth
|
||||
self.config = builder.config
|
||||
|
Loading…
Reference in New Issue
Block a user