[gedit-plugins/flake8] 821



commit 2c5ac0707e805c672338bfbfb9d32d8fbedebc71
Author: Jordi Mas <jmas softcatala org>
Date:   Thu May 16 21:36:06 2019 +0200

    821

 .gitlab-ci.yml                                   | 2 +-
 plugins/commander/commander/commands/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6265170..782eaf3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,5 +31,5 @@ static_analysis:
 
   script:
     - cd plugins
-    - flake8 --select=F --ignore=F401,F821,F841
+    - flake8 --select=F --ignore=F401,F841
 
diff --git a/plugins/commander/commander/commands/__init__.py 
b/plugins/commander/commander/commands/__init__.py
index d2e1af4..e55399e 100644
--- a/plugins/commander/commander/commands/__init__.py
+++ b/plugins/commander/commander/commands/__init__.py
@@ -23,7 +23,7 @@ from gi.repository import GLib, GObject, Gio
 
 import sys, bisect, types, shlex, re, os, traceback
 
-from . import module, method, result, exceptions, metamodule
+from . import module, method, result, exceptions, metamodule, completion
 
 from commands.accel_group import AccelGroup
 from commands.accel_group import Accelerator


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