From b95ebea9ba0bd9da613d189c0be7b0c8e1a0ffa3 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Mon, 9 Sep 2019 12:21:55 +0200 Subject: [PATCH] Fix linter error --- native_client/python/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/native_client/python/__init__.py b/native_client/python/__init__.py index eaadc4b2..8f719f95 100644 --- a/native_client/python/__init__.py +++ b/native_client/python/__init__.py @@ -1,6 +1,9 @@ import os import platform +#The API is not snake case which triggers linter errors +#pylint: disable=invalid-name + # On Windows, we can't rely on RPATH being set to $ORIGIN/lib/ or on # @loader_path/lib but we can change the PATH to include the proper directory # for the dynamic linker