Commit 5747086396212581127e572083a251d87d37f589
1 parent
a12566bc
Exists in
master
and in
29 other branches
Fixed pep8
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
colab/plugins/utils/data.py
| @@ -19,7 +19,7 @@ def register_tasks(): | @@ -19,7 +19,7 @@ def register_tasks(): | ||
| 19 | 19 | ||
| 20 | try: | 20 | try: |
| 21 | module = importlib.import_module('{}.data_api'.format(app_name)) | 21 | module = importlib.import_module('{}.data_api'.format(app_name)) |
| 22 | - except ImportError as e: | 22 | + except ImportError: |
| 23 | continue | 23 | continue |
| 24 | 24 | ||
| 25 | for item_name in dir(module): | 25 | for item_name in dir(module): |