Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] fixed missing import and encoding
  • Loading branch information
volaya committed Jan 30, 2019
1 parent e14ad01 commit 585d42b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/plugins/processing/tests/SagaAlgorithmsTest.py
Expand Up @@ -27,6 +27,7 @@

import nose2
import shutil
import tempfile

from qgis.core import (QgsProcessingParameterNumber,
QgsProcessingParameterDefinition,
Expand Down
Expand Up @@ -21,7 +21,7 @@ tests:
params:
INPUT:
type: vector
name: polys_non_ascii_ñññ.gml
name: polys_non_ascii_ñññ.gml
results:
OUTPUT:
type: vector
Expand Down

0 comments on commit 585d42b

Please sign in to comment.