diff options
| author | jvoisin | 2022-03-29 22:18:06 +0200 |
|---|---|---|
| committer | jvoisin | 2022-03-29 22:18:06 +0200 |
| commit | 697e9583b9b269075c691ee7a07105e0864b7d6c (patch) | |
| tree | fb6e596cf7cbe1978e5537c3b856ff1e74471a7d | |
| parent | 1b37604d3a5b9af1a776ed73bcc18eacf597394e (diff) | |
Please the linters
| -rw-r--r-- | libmat2/web.py | 1 | ||||
| -rw-r--r-- | tests/test_climat2.py | 1 |
2 files changed, 1 insertions, 1 deletions
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): | |||
| 104 | self.tag_required_blocklist = required_blocklisted_tags | 104 | self.tag_required_blocklist = required_blocklisted_tags |
| 105 | self.tag_blocklist = blocklisted_tags | 105 | self.tag_blocklist = blocklisted_tags |
| 106 | 106 | ||
| 107 | # pylint: disable=R0201 | ||
| 107 | def error(self, message): # pragma: no cover | 108 | def error(self, message): # pragma: no cover |
| 108 | """ Amusingly, Python's documentation doesn't mention that this | 109 | """ Amusingly, Python's documentation doesn't mention that this |
| 109 | function needs to be implemented in subclasses of the parent class | 110 | 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 @@ | |||
| 1 | import sys | ||
| 2 | import random | 1 | import random |
| 3 | import os | 2 | import os |
| 4 | import shutil | 3 | import shutil |
