Add Fix End of Files to hooks

This commit is contained in:
Anthony Sottile 2014-03-22 21:46:48 -07:00
parent 7673990291
commit 8aa14d218d
2 changed files with 5 additions and 3 deletions

View file

@ -53,4 +53,4 @@ def test_returns_one_form_2(ast_with_debug_import_form_2):
visitor.visit(ast_with_debug_import_form_2)
assert visitor.debug_import_statements == [
DebugStatement('pudb', 3, 0)
]
]