mirror of
https://github.com/nikdoof/django-eveigb.git
synced 2026-01-31 03:38:14 +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:
|
for hdr, req, typ in EVE_IGB_HEADERS:
|
||||||
if not req:
|
if not req:
|
||||||
continue
|
continue
|
||||||
if not hdr in request.META:
|
if hdr not in request.META:
|
||||||
return
|
return
|
||||||
if typ == 'int':
|
if typ == 'int':
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user