Skip to content

Commit

Permalink
Moves
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Oct 2, 2018
1 parent fdd43c4 commit ce94bf9
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pandas/tests/extension/decimal_array/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .array import DecimalArray, DecimalDtype
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pandas/tests/extension/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import pandas as pd
import pandas.util.testing as tm
from pandas.tests.extension.decimal.array import DecimalArray
from pandas.tests.extension.decimal_array import DecimalArray


def test_combine_from_sequence_raises():
Expand Down

0 comments on commit ce94bf9

Please sign in to comment.