Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
pdericson committed Sep 22, 2016
1 parent 0b985a0 commit 47dafd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yamllint/rules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get(id):
sys.path.append('.yamllint')
module = importlib.import_module('rules.' + id)
_RULES[module.ID] = module
except ImportError as exc:
except ImportError:
pass

if id not in _RULES:
Expand Down

0 comments on commit 47dafd9

Please sign in to comment.