mirror of
https://github.com/rasterio/rasterio.git
synced 2026-02-01 14:34:43 +00:00
Merge pull request #518 from mapbox/ipython_default
rm ipython as default from rio insp docstring
This commit is contained in:
commit
9bd498a724
@ -334,8 +334,6 @@ def info(ctx, input, aspect, indent, namespace, meta_member, verbose, bidx,
|
||||
@click.pass_context
|
||||
def insp(ctx, input, mode, interpreter):
|
||||
""" Open the input file in a Python interpreter.
|
||||
|
||||
IPython will be used as the default interpreter, if available.
|
||||
"""
|
||||
import rasterio.tool
|
||||
verbosity = (ctx.obj and ctx.obj.get('verbosity')) or 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user