mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-01 19:34:43 +00:00
Add docstring for AnchorCheckFileUrl
This commit is contained in:
parent
d8b6d77706
commit
0a8c29ffcc
1 changed files with 4 additions and 0 deletions
|
|
@ -308,6 +308,10 @@ class FileUrl(urlbase.UrlBase):
|
|||
|
||||
|
||||
class AnchorCheckFileUrl(FileUrl):
|
||||
"""
|
||||
File URL link for AnchorCheck plugin.
|
||||
"""
|
||||
|
||||
def reset(self):
|
||||
super().reset()
|
||||
# the local file URI
|
||||
|
|
|
|||
Loading…
Reference in a new issue