Skip to content

Commit 1493745

Browse files
committed
fix: functools import error
1 parent 369fe6a commit 1493745

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

user_scanner/core/helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import inspect
77
import random
88
import threading
9+
import functools
910
from concurrent.futures import ThreadPoolExecutor, as_completed
1011
from dataclasses import dataclass
1112
from typing import Any, Callable

0 commit comments

Comments
 (0)