Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Delete a blank line to make flake8 happy
  • Loading branch information
elpaso committed Apr 4, 2016
1 parent 3ab6db1 commit 8b0b068
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/src/python/test_qgsserver.py
Expand Up @@ -319,11 +319,5 @@ def test_getLegendGraphics(self):
self.assertNotEquals(-1, h.find('Content-Type: image/png'), "Header: %s\nResponse:\n%s" % (h, r))


# The following code was used to test type conversion in python bindings
# def test_qpair(self):
# """Test QPair bindings"""
# f, s = self.server.testQPair(('First', 'Second'))
# self.assertEqual(f, 'First')
# self.assertEqual(s, 'Second')
if __name__ == '__main__':
unittest.main()

0 comments on commit 8b0b068

Please sign in to comment.