Skip to content

Commit

Permalink
Flake8 removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jul 27, 2016
1 parent f7d52d1 commit 3354f1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions holoviews/core/data/xarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ class XArrayInterface(GridInterface):
@classmethod
def dimension_type(cls, dataset, dim):
name = dataset.get_dimension(dim).name
idx = list(dataset.data.keys()).index(name)
return dataset.data[name].dtype.type


@classmethod
def dtype(cls, dataset, dim):
name = dataset.get_dimension(dim).name
idx = list(dataset.data.keys()).index(name)
return dataset.data[name].dtype


Expand Down

0 comments on commit 3354f1c

Please sign in to comment.