Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Jun 8, 2021
1 parent ee0f654 commit d1df004
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xhistogram/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,7 @@ def histogram(
)
else:
bins = [
np.histogram_bin_edges(a, b, r)
for a, b, r in zip(all_arrays, bins, range)
np.histogram_bin_edges(a, b, r) for a, b, r in zip(all_arrays, bins, range)
]
bincount_kwargs = dict(weights=has_weights, axis=axis, bins=bins, density=density)

Expand Down

0 comments on commit d1df004

Please sign in to comment.