Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 5, 2023
1 parent a5120f2 commit bca13a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion felt/test/test_layer_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def test_can_export_layer(self):
self.assertTrue(layer.startEditing())
layer.deleteFeature(next(layer.getFeatures()).id())
self.assertEqual(
LayerExporter.can_export_layer(layer)[0], LayerSupport.UnsavedEdits)
LayerExporter.can_export_layer(layer)[0],
LayerSupport.UnsavedEdits)

layer.rollBack()

Expand Down

0 comments on commit bca13a5

Please sign in to comment.