Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit b049439

Browse files
committed
chore: remove unrelated comment
1 parent 7509f09 commit b049439

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

languages/tree-sitter-stack-graphs-python/src/stack-graphs.tsg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,6 @@ inherit .parent_module
794794
edge @name.def -> @func.call
795795

796796
; Prevent functions defined inside of method bodies from being treated like methods
797-
; There might be a bug here as calling .self_scope after this, will not fallback to the larger scope
798797
let @body.class_self_scope = #null
799798
let @body.class_member_attr_scope = #null
800799
}

0 commit comments

Comments
 (0)