Skip to content

Commit

Permalink
TST: fix prospector issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Nov 10, 2015
1 parent f473558 commit 9d5577e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .landscape.yaml
Expand Up @@ -9,15 +9,11 @@ ignore-paths:
- ez_setup.py
- impala/tests/_dbapi20_tests.py
- bin/register-impala-udfs.py
- impala/_sql_model.py
- impala/bdf.py
- impala/blob.py
- impala/context.py
- impala/sklearn.py

ignore-patterns:
- ^build
- ^impala/_thrift_gen
- ^dev
- ^examples
- udf

Expand Down
2 changes: 1 addition & 1 deletion impala/tests/compat.py
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# pylint: disable=unused-import
# pylint: disable=unused-import,import-error

import sys

Expand Down

0 comments on commit 9d5577e

Please sign in to comment.