Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage committed May 23, 2024
1 parent 8f3ebbe commit 50d9f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pint_pandas/pint_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ class DelegatedScalarMethod(DelegatedMethod):

for attr in [
"debug_used",
"default_format",
"formatter",
"dimensionality",
"dimensionless",
"force_ndarray",
Expand Down
1 change: 1 addition & 0 deletions pint_pandas/testsuite/test_pandas_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ class TestSeriesAccessors(object):
@pytest.mark.parametrize(
"attr",
[
"formatter",
"dimensionality",
"dimensionless",
"force_ndarray",
Expand Down

0 comments on commit 50d9f6b

Please sign in to comment.