Skip to content

Commit e2f36e4

Browse files
committedOct 11, 2016
[processing] remove unused imports
1 parent 7b74774 commit e2f36e4

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed
 

‎python/plugins/processing/algs/qgis/Aspect.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* *
1717
***************************************************************************
1818
"""
19-
from builtins import str
2019

2120
__author__ = 'Alexander Bruy'
2221
__date__ = 'October 2016'

‎python/plugins/processing/algs/qgis/Hillshade.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* *
1717
***************************************************************************
1818
"""
19-
from builtins import str
2019

2120
__author__ = 'Alexander Bruy'
2221
__date__ = 'October 2016'

‎python/plugins/processing/algs/qgis/ReliefAuto.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* *
1717
***************************************************************************
1818
"""
19-
from builtins import str
2019

2120
__author__ = 'Alexander Bruy'
2221
__date__ = 'October 2016'

‎python/plugins/processing/algs/qgis/Ruggedness.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* *
1717
***************************************************************************
1818
"""
19-
from builtins import str
2019

2120
__author__ = 'Alexander Bruy'
2221
__date__ = 'October 2016'

‎python/plugins/processing/algs/qgis/Slope.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* *
1717
***************************************************************************
1818
"""
19-
from builtins import str
2019

2120
__author__ = 'Alexander Bruy'
2221
__date__ = 'October 2016'

0 commit comments

Comments
 (0)
Please sign in to comment.