Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed May 29, 2020
1 parent 04f7a8f commit e84ad91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/python/test_provider_postgres.py
Expand Up @@ -2397,8 +2397,8 @@ def testDuplicatedFieldNamesInQueryLayers(self):
# This fails because the "geom" field and "pk" fields are ambiguous
# There is no easy fix: all duplicated fields should be explicitly aliased
# and the query internally rewritten
#feature = next(vl.getFeatures())
#self.assertTrue(vl.isValid())
# feature = next(vl.getFeatures())
# self.assertTrue(vl.isValid())


if __name__ == '__main__':
Expand Down

0 comments on commit e84ad91

Please sign in to comment.