diff --git a/pint_pandas/testsuite/test_pandas_interface.py b/pint_pandas/testsuite/test_pandas_interface.py index 63d0597..10d21fd 100644 --- a/pint_pandas/testsuite/test_pandas_interface.py +++ b/pint_pandas/testsuite/test_pandas_interface.py @@ -100,7 +100,9 @@ def test_dequantify(self): ) expected = pd.DataFrame( { - ("no_unit_column", "No Unit"): pd.Series({0: 0.0, 1: 1.0, 2: 2.0, 3: 3.0}, dtype="Float64"), + ("no_unit_column", "No Unit"): pd.Series( + {0: 0.0, 1: 1.0, 2: 2.0, 3: 3.0}, dtype="Float64" + ), ("pintarray_column", "foot * force_pound"): pd.Series( { 0: 1.0, @@ -127,7 +129,8 @@ def test_quantify(self): 2: 2.0, 3: 3.0, }, - }, dtype="Float64" + }, + dtype="Float64", ) df.columns.names = [None, "unit"] expected = pd.DataFrame(