Skip to content

Commit 33ac54b

Browse files
committed
Add comment
1 parent f424cc2 commit 33ac54b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/clinic/clinic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2434,6 +2434,7 @@ def __init__(
24342434

24352435
def add_include(self, name: str, reason: str) -> None:
24362436
if name in self.includes:
2437+
# Mention a single reason is enough, no need to list all of them
24372438
return
24382439
self.includes[name] = reason
24392440

0 commit comments

Comments
 (0)