Skip to content

Commit 5a47088

Browse files
committed
delete some imports
1 parent 08bc375 commit 5a47088

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

fuzz/collect_fuzz_python.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ def fuzz_repos(repos: list[str], jobs: int, timeout: int):
158158

159159
logging.info(f"Starting parallel fuzzing with {jobs} jobs, timeout={timeout}s per target")
160160
parallel_subprocess(all_targets, jobs, lambda p: fuzz_one_target(p, timeout), on_exit=None)
161-
import os
162-
import re
163-
import logging
164-
from os.path import join as pjoin
165161

166162
def generate_test_template(target_name: str, repo_path: str):
167163
"""

0 commit comments

Comments
 (0)