From 98e0ef2bfbe623fb6033df89d74ea9375f3ad253 Mon Sep 17 00:00:00 2001
From: Czémán Arnold <czeman.arnold@cloud.bme.hu>
Date: Wed, 4 Oct 2017 20:59:52 +0200
Subject: [PATCH] settings: fix flake8 exception in selenium test settings

---
 circle/circle/settings/selenium_test.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/circle/circle/settings/selenium_test.py b/circle/circle/settings/selenium_test.py
index aaaeb54..5966f36 100644
--- a/circle/circle/settings/selenium_test.py
+++ b/circle/circle/settings/selenium_test.py
@@ -14,9 +14,10 @@
 #
 # You should have received a copy of the GNU General Public License along
 # with CIRCLE.  If not, see <http://www.gnu.org/licenses/>.
+
 import os
 
-from .base import *  # noqa
+from .base import *  # flake8:noqa
 
 
 # fix https://github.com/django-nose/django-nose/issues/197
--
libgit2 0.26.0