Commit 47c62a64 authored by Jérome Perrin's avatar Jérome Perrin

hal_json_style: fix pylint error

This was a false positive
parent a103a052
......@@ -16,7 +16,7 @@ import json
import re
import urllib
from zope.globalrequest import setRequest
from zope.globalrequest import setRequest # pylint: disable=no-name-in-module, import-error
from Acquisition import aq_base
from Products.ERP5Form.Selection import Selection, DomainSelection
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment