Commit 5e4ec4d7b21fdd03a813036ba7806a0d9a53ef45

Authored by Gust
1 parent 6bf64b0a

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 152 return
153 153  
154 154 if not os.path.exists(settings_file):
155   - return
  155 + return
156 156  
157 157 original_path = sys.path
158 158 sys.path.append(py_path)
... ...