Browse Source

[IMP] mis_builder: attempt to silence spurious pylint error

pull/189/head
Stéphane Bidoul 8 years ago
parent
commit
9ab6489694
  1. 2
      mis_builder/models/mis_report_style.py

2
mis_builder/models/mis_report_style.py

@ -14,7 +14,7 @@ class PropertyDict(dict):
def __getattr__(self, name):
return self.get(name)
def copy(self):
def copy(self): # pylint: disable=copy-wo-api-one
return PropertyDict(self)

Loading…
Cancel
Save