From 44040439e9d3f99474dc3d83383918a82dd39537 Mon Sep 17 00:00:00 2001 From: Derrick Gilland Date: Tue, 19 Apr 2016 20:50:16 -0400 Subject: [PATCH] Fix ignore for flake8. --- hashfs/_compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashfs/_compat.py b/hashfs/_compat.py index f8b912b..40801f7 100644 --- a/hashfs/_compat.py +++ b/hashfs/_compat.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# pylint: skip-file +# flake8: noqa """Python 2/3 compatibility """