From 58fa77858b4cbd61af61b60d0b4fef91bde1a020 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 25 May 2018 23:13:28 -0700 Subject: [PATCH] Bug 1464869 - Fix flake8/pep8 issue by hand in accessible/ r=glandium MozReview-Commit-ID: 5hKo37QtOtz --HG-- extra : rebase_source : e4f0854a8256cb9a35c153a9fe72f93bff424610 --- accessible/xpcom/AccEventGen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accessible/xpcom/AccEventGen.py b/accessible/xpcom/AccEventGen.py index 1e49b8658f98..ac3d2a89b2be 100755 --- a/accessible/xpcom/AccEventGen.py +++ b/accessible/xpcom/AccEventGen.py @@ -133,7 +133,7 @@ def print_cpp_file(fd, conf, incdirs): includes = [] for e in conf.simple_events: - if not e in includes: + if e not in includes: includes.append(("nsIAccessible%s" % e)) types = []