Skip to content

Commit

Permalink
Fix StringIO import in nc dataset viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
omad committed May 12, 2017
1 parent 8c49d21 commit 61ba445
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datacube_apps/view_nc_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
"""
import json
from io import StringIO

import click
import xarray as xr
import yaml

from datacube.compat import StringIO


@click.command()
@click.argument('filename')
Expand Down

0 comments on commit 61ba445

Please sign in to comment.