diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-02 00:08:35 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-02 00:08:47 +0200 |
| commit | 9a38b414a790d50791ba11f6cbc4f8a1c9761b79 (patch) | |
| tree | 67454d8c7d2000fd27788a83a815aaaf7744289c | |
| parent | 747da7935aeae22546eeaafcff4e120426f30808 (diff) | |
__slots__ formatting consistency nit
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index e9fee54..11335b3 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -4870,7 +4870,7 @@ class MenuNode(object): "defaults", "selects", "implies", - "ranges" + "ranges", ) def __init__(self): |
