Skip to content

Commit 21f4fe5

Browse files
committed
refactor: Remove threads attribute from BaseScanner class
1 parent 02c7179 commit 21f4fe5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • bugscanx/modules/scanners_pro/scanners

bugscanx/modules/scanners_pro/scanners/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from ..concurrency.logger import Logger
33

44
class BaseScanner(MultiThread):
5-
threads: int
65

76
@classmethod
87
def colorize(cls, text, color):

0 commit comments

Comments
 (0)