From 697e9583b9b269075c691ee7a07105e0864b7d6c Mon Sep 17 00:00:00 2001
From: jvoisin <julien.voisin@dustri.org>
Date: Tue, 29 Mar 2022 22:18:06 +0200
Subject: [PATCH] Please the linters

---
 libmat2/web.py        | 1 +
 tests/test_climat2.py | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/libmat2/web.py b/libmat2/web.py
index f11d379..2f331d8 100644
--- a/libmat2/web.py
+++ b/libmat2/web.py
@@ -104,6 +104,7 @@ class _HTMLParser(parser.HTMLParser):
         self.tag_required_blocklist = required_blocklisted_tags
         self.tag_blocklist = blocklisted_tags
 
+    # pylint: disable=R0201
     def error(self, message):  # pragma: no cover
         """ Amusingly, Python's documentation doesn't mention that this
         function needs to be implemented in subclasses of the parent class
diff --git a/tests/test_climat2.py b/tests/test_climat2.py
index c529d72..9238253 100644
--- a/tests/test_climat2.py
+++ b/tests/test_climat2.py
@@ -1,4 +1,3 @@
-import sys
 import random
 import os
 import shutil
-- 
GitLab