diff -r e5ddbaf756cb -r 091005ec69c4 tests/tools/check_source.sh --- a/tests/tools/check_source.sh Mon Oct 23 18:25:45 2017 +0300 +++ b/tests/tools/check_source.sh Wed Oct 25 13:50:26 2017 +0300 @@ -272,6 +272,7 @@ enable=$enable,W0106 # (expression-not-assigned) Expression "X" is assigned to nothing enable=$enable,C0330 # (bad-continuation) Wrong hanging indentation before block enable=$enable,E1136 # (unsubscriptable-object) Value 'X' is unsubscriptable + enable=$enable,W1618 # (no-absolute-import) import missing `from __future__ import absolute_import` # enable= options=