Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont authored and nyalldawson committed May 10, 2021
1 parent 50a9874 commit e163ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/tests/ParametersTest.py
Expand Up @@ -83,5 +83,6 @@ def testParameterStringDesc(self):
self.assertFalse(param.multiLine())
self.assertTrue(param.flags() & QgsProcessingParameterDefinition.FlagOptional)


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

0 comments on commit e163ac9

Please sign in to comment.