Skip to content

Commit

Permalink
cleanup Python remainings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Nov 8, 2019
1 parent 020980d commit 0799e3b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py
Expand Up @@ -112,8 +112,6 @@
from .Ruggedness import Ruggedness
from .SelectByAttribute import SelectByAttribute
from .SelectByExpression import SelectByExpression
#from .ServiceAreaFromLayer import ServiceAreaFromLayer
#from .ServiceAreaFromPoint import ServiceAreaFromPoint
from .SetMValue import SetMValue
from .SetRasterStyle import SetRasterStyle
from .SetVectorStyle import SetVectorStyle
Expand Down Expand Up @@ -221,8 +219,6 @@ def getAlgs(self):
Ruggedness(),
SelectByAttribute(),
SelectByExpression(),
#ServiceAreaFromLayer(),
#ServiceAreaFromPoint(),
SetMValue(),
SetRasterStyle(),
SetVectorStyle(),
Expand Down

0 comments on commit 0799e3b

Please sign in to comment.