[gedit-plugins/flake8] 841



commit 27d03c64233d1b98ccd84b12c5e4bdd3290abb6b
Author: Jordi Mas <jmas softcatala org>
Date:   Thu May 16 19:41:59 2019 +0200

    841

 .gitlab-ci.yml                                   | 2 +-
 plugins/commander/commander/commands/__init__.py | 1 -
 plugins/synctex/synctex/evince_dbus.py           | 2 +-
 plugins/translate/translate/preferences.py       | 1 -
 4 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b343575..6265170 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,5 +31,5 @@ static_analysis:
 
   script:
     - cd plugins
-    - flake8 --select=F --ignore=F401,F811,F821,F841
+    - flake8 --select=F --ignore=F401,F821,F841
 
diff --git a/plugins/commander/commander/commands/__init__.py 
b/plugins/commander/commander/commands/__init__.py
index 92112c4..d2e1af4 100644
--- a/plugins/commander/commander/commands/__init__.py
+++ b/plugins/commander/commander/commands/__init__.py
@@ -19,7 +19,6 @@
 #  Foundation, Inc., 51 Franklin Street, Fifth Floor,
 #  Boston, MA 02110-1301, USA.
 
-import os
 from gi.repository import GLib, GObject, Gio
 
 import sys, bisect, types, shlex, re, os, traceback
diff --git a/plugins/synctex/synctex/evince_dbus.py b/plugins/synctex/synctex/evince_dbus.py
index ba6aaea..d8b3978 100755
--- a/plugins/synctex/synctex/evince_dbus.py
+++ b/plugins/synctex/synctex/evince_dbus.py
@@ -19,7 +19,7 @@
 # this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
 # Street, Fifth Floor, Boston, MA  02110-1301, USA
 
-import dbus, subprocess, time
+import dbus, subprocess
 
 RUNNING, CLOSED = range(2)
 
diff --git a/plugins/translate/translate/preferences.py b/plugins/translate/translate/preferences.py
index a29e341..2101239 100644
--- a/plugins/translate/translate/preferences.py
+++ b/plugins/translate/translate/preferences.py
@@ -19,7 +19,6 @@
 
 import os
 from gi.repository import Gio, Gtk
-import gettext
 from gpdefs import GETTEXT_PACKAGE
 from .services.services import Services
 from .settings import Settings


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]