mirror of
https://github.com/nikdoof/django-eveigb.git
synced 2025-12-13 03:32:16 +00:00
Clean up pep8 warning on membership checks
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user