## Pipeline.remove_step()


Remove a step by index.


Usage


``` python
Pipeline.remove_step(index)
```


## Parameters


`index: int`  
Index of step to remove.
