From 6d93cf9397479c03c8414a42521987249471975e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 9 Oct 2022 21:12:57 +0200 Subject: Remove deprecated pylint checks --- nautilus/mat2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nautilus') 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 thread, so we'll have to resort to using a `queue` to pass "messages" around. """ -# pylint: disable=no-name-in-module,unused-argument,no-self-use,import-error +# pylint: disable=no-name-in-module,unused-argument,import-error import queue import threading -- cgit v1.3