Skip to content

Commit 8b0b068

Browse files
committed
Delete a blank line to make flake8 happy
1 parent 3ab6db1 commit 8b0b068

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/src/python/test_qgsserver.py

-6
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,5 @@ def test_getLegendGraphics(self):
319319
self.assertNotEquals(-1, h.find('Content-Type: image/png'), "Header: %s\nResponse:\n%s" % (h, r))
320320

321321

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

0 commit comments

Comments
 (0)