diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-02-06 01:31:22 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-02-06 01:34:20 +0900 |
commit | ad5b0babd7405f8740be9e1cb65a11feaf60915e (patch) | |
tree | 8ce0fdb49b89097d35bed6a625af452b833bf99b | |
parent | 163c7bbdc12411818de1ce0204ff29cd911bcaf2 (diff) | |
download | sphinx-git-ad5b0babd7405f8740be9e1cb65a11feaf60915e.tar.gz |
refactor: linkcheck: Remove unused attribute HyperlinkAvailabilityCheckWorker.app
-rw-r--r-- | sphinx/builders/linkcheck.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/builders/linkcheck.py b/sphinx/builders/linkcheck.py index 590eec201..659305d32 100644 --- a/sphinx/builders/linkcheck.py +++ b/sphinx/builders/linkcheck.py @@ -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 |