Skip to content

Commit cdaa510

Browse files
committed
Remove redundant code following rebase
1 parent 433ba3c commit cdaa510

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.ci/code_generation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
continue
2424
if file_path.name == "operator.mustache":
2525
continue
26-
if file_path.stem == "translator":
27-
continue
2826
try:
2927
if file_path.is_dir():
3028
shutil.rmtree(file_path)

0 commit comments

Comments
 (0)