fix style

This commit is contained in:
Yakov Olkhovskiy 2024-10-16 21:39:48 +00:00
parent ae71f1070f
commit 55a24facd2

View File

@ -203,7 +203,6 @@ def main():
if match:
timeout += int(match.group(2))
stopwatch = Stopwatch()
with Path() as current:
for fuzzer in current.iterdir():
if (current / fuzzer).is_file() and os.access(current / fuzzer, os.X_OK):