mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-31 21:20:28 +00:00
Remove unused variables.
This commit is contained in:
parent
4b28e6e860
commit
7e19740264
1 changed files with 0 additions and 3 deletions
|
|
@ -31,9 +31,6 @@ class TestRobotParser (unittest.TestCase):
|
|||
def setUp (self):
|
||||
"""Initialize self.rp as a robots.txt parser."""
|
||||
self.rp = robotparser2.RobotFileParser()
|
||||
config = configuration.Configuration()
|
||||
# uncomment for debugging
|
||||
config.init_logging(None, debug=["all"])
|
||||
|
||||
def check (self, a, b):
|
||||
"""Helper function comparing two results a and b."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue