Skip to content

Commit

Permalink
[processing] remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Oct 11, 2016
1 parent 7b74774 commit e2f36e4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion python/plugins/processing/algs/qgis/Aspect.py
Expand Up @@ -16,7 +16,6 @@
* *
***************************************************************************
"""
from builtins import str

__author__ = 'Alexander Bruy'
__date__ = 'October 2016'
Expand Down
1 change: 0 additions & 1 deletion python/plugins/processing/algs/qgis/Hillshade.py
Expand Up @@ -16,7 +16,6 @@
* *
***************************************************************************
"""
from builtins import str

__author__ = 'Alexander Bruy'
__date__ = 'October 2016'
Expand Down
1 change: 0 additions & 1 deletion python/plugins/processing/algs/qgis/ReliefAuto.py
Expand Up @@ -16,7 +16,6 @@
* *
***************************************************************************
"""
from builtins import str

__author__ = 'Alexander Bruy'
__date__ = 'October 2016'
Expand Down
1 change: 0 additions & 1 deletion python/plugins/processing/algs/qgis/Ruggedness.py
Expand Up @@ -16,7 +16,6 @@
* *
***************************************************************************
"""
from builtins import str

__author__ = 'Alexander Bruy'
__date__ = 'October 2016'
Expand Down
1 change: 0 additions & 1 deletion python/plugins/processing/algs/qgis/Slope.py
Expand Up @@ -16,7 +16,6 @@
* *
***************************************************************************
"""
from builtins import str

__author__ = 'Alexander Bruy'
__date__ = 'October 2016'
Expand Down

0 comments on commit e2f36e4

Please sign in to comment.