Skip to content

Commit 443bdcd

Browse files
committed
Remove unnecessary line.
Indeed, there is no need to reinitiate the collection query tool when it is already available in the abstract class.
1 parent 9e358f9 commit 443bdcd

File tree

1 file changed

+0
-2
lines changed
  • PyFunceble/checker/reputation

1 file changed

+0
-2
lines changed

PyFunceble/checker/reputation/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
from PyFunceble.checker.syntax.ip import IPSyntaxChecker
6666
from PyFunceble.checker.syntax.url import URLSyntaxChecker
6767
from PyFunceble.dataset.ipv4_reputation import IPV4ReputationDataset
68-
from PyFunceble.query.collection import CollectionQueryTool
6968
from PyFunceble.query.dns.query_tool import DNSQueryTool
7069

7170

@@ -101,7 +100,6 @@ def __init__(
101100
self.domain_syntax_checker = DomainSyntaxChecker()
102101
self.ip_syntax_checker = IPSyntaxChecker()
103102
self.url_syntax_checker = URLSyntaxChecker()
104-
self.collection_query_tool = CollectionQueryTool()
105103

106104
self.params = ReputationCheckerParams()
107105

0 commit comments

Comments
 (0)