Skip to content

Commit

Permalink
test_provider_ogr_gpkg.py: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 8, 2019
1 parent da6b04d commit 58702fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_provider_ogr_gpkg.py
Expand Up @@ -1259,5 +1259,6 @@ def testForeignKeyViolation(self):
fids = set([f['fid'] for f in vl.getFeatures()])
self.assertEqual(len(fids), 1)


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

0 comments on commit 58702fa

Please sign in to comment.