Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Jun 22, 2020
1 parent 831b9d5 commit c0fc8ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_autopep8.py
Original file line number Diff line number Diff line change
Expand Up @@ -5357,7 +5357,6 @@ def test_in_place_no_modifications_no_writes(self):
stderr=PIPE,
)
_, err = p.communicate()
print(filename, err)
self.assertEqual(err, b'')
self.assertEqual(p.returncode, autopep8.EXIT_CODE_OK)

Expand Down

0 comments on commit c0fc8ef

Please sign in to comment.