From 4212164e91ba2f49583cf44ad623a29b36db8f77 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 14 Sep 2018 19:32:27 -0700 Subject: Windows: Use 32-bit distribution of python --- python/gevent/_tblib.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/gevent/_tblib.py') diff --git a/python/gevent/_tblib.py b/python/gevent/_tblib.py index 91edb01..1336401 100644 --- a/python/gevent/_tblib.py +++ b/python/gevent/_tblib.py @@ -30,6 +30,7 @@ Taken verbatim from Jinja2. https://github.com/mitsuhiko/jinja2/blob/master/jinja2/debug.py#L267 """ +# pylint:disable=consider-using-dict-comprehension #import platform # XXX: gevent cannot import platform at the top level; interferes with monkey patching import sys -- cgit v1.2.3