Skip to content

Commit 9429ee7

Browse files
committed
fix: ruff fixes
1 parent f73069c commit 9429ee7

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

user_scanner/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from user_scanner.core.helpers import (
1919
ScanConfig,
2020
find_module,
21-
generate_permutations,
2221
get_proxy_count,
2322
get_site_name,
2423
is_loud,

user_scanner/core/helpers.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
import threading
99
from concurrent.futures import ThreadPoolExecutor, as_completed
1010
from dataclasses import dataclass
11-
from itertools import permutations
12-
from pathlib import Path
13-
from types import ModuleType
14-
from typing import Any, Callable, Dict, List, Optional
11+
from typing import Any, Callable
1512

1613
import httpx
1714

0 commit comments

Comments
 (0)