From 5e4ec4d7b21fdd03a813036ba7806a0d9a53ef45 Mon Sep 17 00:00:00 2001 From: Gust Date: Tue, 3 Nov 2015 11:25:01 -0200 Subject: [PATCH] Fix flake8 --- colab/utils/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colab/utils/conf.py b/colab/utils/conf.py index a0a369a..6613de6 100644 --- a/colab/utils/conf.py +++ b/colab/utils/conf.py @@ -152,7 +152,7 @@ def load_widgets_settings(): return if not os.path.exists(settings_file): - return + return original_path = sys.path sys.path.append(py_path) -- libgit2 0.21.2