Skip to content

Commit 74122b6

Browse files
remove comment
1 parent b4294f8 commit 74122b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codeflash/code_utils/code_replacer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ def visit_ClassDef(self, node: cst.ClassDef) -> bool:
278278

279279
parents = (FunctionParent(name=node.name.value, type="ClassDef"),)
280280

281-
# check if the class is new
282281
if (node.name.value, ()) not in self.preexisting_objects:
283282
self.new_classes.append(node)
284283

0 commit comments

Comments
 (0)