Skip to content

Commit

Permalink
avoid lint fix;
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddli committed Mar 15, 2018
1 parent f2cb896 commit 985792e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def remove(self, key, local=False):


def either(a, b=None):
if a == None:
if a == None: # noqa: E711
return b
return a

Expand Down

0 comments on commit 985792e

Please sign in to comment.