Skip to content

Commit 58702fa

Browse files
committed
test_provider_ogr_gpkg.py: fix indentation
1 parent da6b04d commit 58702fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/python/test_provider_ogr_gpkg.py

+1
Original file line numberDiff line numberDiff line change
@@ -1259,5 +1259,6 @@ def testForeignKeyViolation(self):
12591259
fids = set([f['fid'] for f in vl.getFeatures()])
12601260
self.assertEqual(len(fids), 1)
12611261

1262+
12621263
if __name__ == '__main__':
12631264
unittest.main()

0 commit comments

Comments
 (0)