Skip to content

Commit 61998af

Browse files
committed
Python: Remove unnecessary comment
Was introduced in 5d031d7 when I actually fixed the loop variable capture problem.
1 parent fb37330 commit 61998af

File tree

1 file changed

+0
-1
lines changed
  • python/tools/recorded-call-graph-metrics/src/cg_trace

1 file changed

+0
-1
lines changed

python/tools/recorded-call-graph-metrics/src/cg_trace/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ def better_compare_for_dataclass(cls):
1111
]:
1212
old = getattr(cls, op)
1313

14-
# Fix loop variable capture (py/loop-variable-capture)
1514
def new(self, other, op=op, old=old):
1615
if type(self) == type(other):
1716
return old(self, other)

0 commit comments

Comments
 (0)