Skip to content

Commit a81b1cc

Browse files
fix import issue
Signed-off-by: mohammed <[email protected]>
1 parent 84324f8 commit a81b1cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codeflash/code_utils/code_replacer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from collections import defaultdict
55
from functools import lru_cache
66
from typing import TYPE_CHECKING, Optional, TypeVar
7-
from warnings import deprecated
87

98
import isort
109
import libcst as cst
@@ -433,7 +432,6 @@ def is_zero_diff(original_code: str, new_code: str) -> bool:
433432
return normalize_code(original_code) == normalize_code(new_code)
434433

435434

436-
@deprecated("")
437435
def replace_optimized_code(
438436
callee_module_paths: set[Path],
439437
candidates: list[OptimizedCandidate],

0 commit comments

Comments
 (0)