Skip to content

Commit fb3a906

Browse files
committed
CLN: run black pandas
1 parent 93452c1 commit fb3a906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/reshape/test_melt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ def test_float_suffix(self):
985985
)
986986
expected = pd.DataFrame(
987987
{
988-
"A": ['X1', 'X2', 'X1', 'X2', 'X1', 'X2', 'X1', 'X2'],
988+
"A": ["X1", "X2", "X1", "X2", "X1", "X2", "X1", "X2"],
989989
"colname": [1.2, 1.2, 1.0, 1.0, 1.1, 1.1, 2.1, 2.1],
990990
"result": [5.0, 6.0, 0.0, 9.0, np.nan, np.nan, np.nan, np.nan],
991991
"treatment": [np.nan, np.nan, np.nan, np.nan, 1.0, 2.0, 3.0, 4.0],

0 commit comments

Comments
 (0)