Skip to content

Commit

Permalink
removed pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Enteee committed Apr 25, 2016
1 parent 7fea633 commit 96be706
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/logging_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def test_warning(self):
self.assertEqual(out.getvalue(), '[Warning: 0] test\n')

out.close()
pass

if __name__ == '__main__':
unittest.main()

0 comments on commit 96be706

Please sign in to comment.