Skip to content

Commit c914954

Browse files
committed
run make format
1 parent 1d86dc7 commit c914954

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pygmt/tests/test_histogram.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,5 @@ def test_histogram(table):
2020
Tests plotting a histogram using a list of integers.
2121
"""
2222
fig = Figure()
23-
fig.histogram(
24-
table=table, projection="X10c/25c", series=1, frame="a", fill="green"
25-
)
23+
fig.histogram(table=table, projection="X10c/25c", series=1, frame="a", fill="green")
2624
return fig

0 commit comments

Comments
 (0)