# HG changeset patch # User Laurent Peuch # Date 1557974847 -7200 # Node ID f758bc424dc97c695f44edeea5ca28db53ec3599 # Parent e94287ab06d436119adaca641cf2a729c32101c7 add comment and # noqa on used import diff -r e94287ab06d4 -r f758bc424dc9 cubicweb/_exceptions.py --- a/cubicweb/_exceptions.py Thu May 16 04:47:10 2019 +0200 +++ b/cubicweb/_exceptions.py Thu May 16 04:47:27 2019 +0200 @@ -20,7 +20,7 @@ from logilab.common.decorators import cachedproperty -from yams import ValidationError +from yams import ValidationError # noqa: F401 # abstract exceptions #########################################################