diff options
| author | jvoisin | 2022-10-09 21:12:57 +0200 |
|---|---|---|
| committer | jvoisin | 2022-10-09 21:14:20 +0200 |
| commit | 6d93cf9397479c03c8414a42521987249471975e (patch) | |
| tree | 52c2e88d4bca1bc1181083e6f48d897bac628803 /nautilus | |
| parent | b1a16b334f468a8197dd996289fb62d02a1749ad (diff) | |
Remove deprecated pylint checks
Diffstat (limited to 'nautilus')
| -rw-r--r-- | nautilus/mat2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nautilus/mat2.py b/nautilus/mat2.py index 11e6986..7e94cac 100644 --- a/nautilus/mat2.py +++ b/nautilus/mat2.py | |||
| @@ -10,7 +10,7 @@ so we're not allowed to call anything Gtk-related outside of the main | |||
| 10 | thread, so we'll have to resort to using a `queue` to pass "messages" around. | 10 | thread, so we'll have to resort to using a `queue` to pass "messages" around. |
| 11 | """ | 11 | """ |
| 12 | 12 | ||
| 13 | # pylint: disable=no-name-in-module,unused-argument,no-self-use,import-error | 13 | # pylint: disable=no-name-in-module,unused-argument,import-error |
| 14 | 14 | ||
| 15 | import queue | 15 | import queue |
| 16 | import threading | 16 | import threading |
