Index: native_client_sdk/PRESUBMIT.py |
diff --git a/native_client_sdk/PRESUBMIT.py b/native_client_sdk/PRESUBMIT.py |
index 4fd79cce9a9f9800089a5f5bf19fc3184abb79ec..7e893f1abd45ebdc99f62f618c6462c430068fe4 100644 |
--- a/native_client_sdk/PRESUBMIT.py |
+++ b/native_client_sdk/PRESUBMIT.py |
@@ -15,6 +15,7 @@ def CommonChecks(input_api, output_api): |
'F0401', # Unable to import module |
'R0401', # Cyclic import |
'W0613', # Unused argument |
+ 'W0403', # relative import warnings |
'E1103', # subprocess.communicate() generates these :( |
'R0201', # method could be function (doesn't reference self) |
] |