Commit 5e4ec4d7b21fdd03a813036ba7806a0d9a53ef45
1 parent
6bf64b0a
Exists in
master
and in
4 other branches
Fix flake8
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
colab/utils/conf.py
@@ -152,7 +152,7 @@ def load_widgets_settings(): | @@ -152,7 +152,7 @@ def load_widgets_settings(): | ||
152 | return | 152 | return |
153 | 153 | ||
154 | if not os.path.exists(settings_file): | 154 | if not os.path.exists(settings_file): |
155 | - return | 155 | + return |
156 | 156 | ||
157 | original_path = sys.path | 157 | original_path = sys.path |
158 | sys.path.append(py_path) | 158 | sys.path.append(py_path) |