mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(dev/ci): pre-commit fixes galore (#32352)
This commit is contained in:
@@ -60,7 +60,7 @@ def histogram(
|
||||
|
||||
# convert the bin edges to strings
|
||||
bin_edges_str = [
|
||||
f"{bin_edges[i]} - {bin_edges[i+1]}" for i in range(len(bin_edges) - 1)
|
||||
f"{bin_edges[i]} - {bin_edges[i + 1]}" for i in range(len(bin_edges) - 1)
|
||||
]
|
||||
|
||||
def hist_values(series: Series) -> np.ndarray:
|
||||
|
||||
Reference in New Issue
Block a user