diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2019-05-02 23:30:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-02 23:30:29 +0300 |
| commit | 1f4023fa47803458700e52352dec51f3f85fa6c1 (patch) | |
| tree | e4b2790ff92404ad6f939832922770b9a359908e /mesonbuild/ast/visitor.py | |
| parent | 06bfc2dab61c5bf79265a8db777b02732ee86ecf (diff) | |
| parent | 74b535fea74843c83944e9f22d40e6259ca105b8 (diff) | |
| download | meson-1f4023fa47803458700e52352dec51f3f85fa6c1.tar.gz | |
Merge pull request #5311 from mensinda/flake8Plugins
Added flake8 plugins and some code fixes
Diffstat (limited to 'mesonbuild/ast/visitor.py')
| -rw-r--r-- | mesonbuild/ast/visitor.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mesonbuild/ast/visitor.py b/mesonbuild/ast/visitor.py index c8769d436..fab4ed24a 100644 --- a/mesonbuild/ast/visitor.py +++ b/mesonbuild/ast/visitor.py @@ -134,7 +134,5 @@ class AstVisitor: self.visit_default_func(node) for i in node.arguments: i.accept(self) - for i in node.commas: - pass for val in node.kwargs.values(): val.accept(self) |
