Clean up pep8 warning on membership checks

This commit is contained in:
2014-05-09 08:14:18 +01:00
parent f1390ea467
commit 782737b82d

View File

@@ -39,7 +39,7 @@ class IGBMiddleware(object):
for hdr, req, typ in EVE_IGB_HEADERS:
if not req:
continue
if not hdr in request.META:
if hdr not in request.META:
return
if typ == 'int':
try: