Commit 5a2d995
committed
gh-89520: IDLE - Use self instead of module-level idleConf in GetExtensionKeys
GetExtensionKeys is a method on IdleConf. Using the module-level
singleton idleConf instead of self is inconsistent with every other
method in the class.1 parent cf1b35f commit 5a2d995
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
| 480 | + | |
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| |||
0 commit comments