From e4a090b268da1aad9d10e44ffe67e8f05515d2e5 Mon Sep 17 00:00:00 2001 From: Jing Wang Date: Tue, 21 Jun 2016 10:25:47 -0700 Subject: [PATCH] Silence new lint error --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index a9db85a..131dc83 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,3 +10,5 @@ flake8-ignore = TCLIService/*.py ALL pyhive/sqlalchemy_backports.py ALL presto-server-*/** ALL + pyhive/hive.py F405 + pyhive/presto.py F405