add comment and # noqa on used import
authorLaurent Peuch <cortex@worlddomination.be>
Thu, 16 May 2019 04:47:27 +0200
changeset 12612 f758bc424dc9
parent 12611 e94287ab06d4
child 12613 703a263dd618
add comment and # noqa on used import
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 #########################################################