Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 26, 2022
1 parent 8b75cbf commit ccd11e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/src/python/test_qgsgeometry.py
Expand Up @@ -2335,11 +2335,11 @@ def testAddPart(self):
multi_polygon1 = QgsGeometry.fromMultiPolygonXY(poly_points[:1])
multi_polygon2 = QgsGeometry.fromMultiPolygonXY(poly_points[1:])

geoms = {} # initial geometry
parts = {} # part to add
expec = {} # expected WKT result
types = {} # optional geometry types for points added
resul = {} # expected GeometryOperationResult
geoms = {} # initial geometry
parts = {} # part to add
expec = {} # expected WKT result
types = {} # optional geometry types for points added
resul = {} # expected GeometryOperationResult

T = 'point_add_point'
geoms[T] = QgsGeometry.fromPointXY(QgsPointXY(0, 0))
Expand Down

0 comments on commit ccd11e2

Please sign in to comment.