Skip to content

Commit

Permalink
REFACTOR-#2467: Convert internal base dataframe objects to ABC
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
  • Loading branch information
devin-petersohn committed Nov 24, 2020
1 parent fb61589 commit 6cc8480
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modin/engines/base/frame/axis_partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@


class BaseFrameAxisPartition(ABC): # pragma: no cover
"""An abstract class that represents the Parent class for any `ColumnPartition` or
`RowPartition` class.
"""An abstract class that represents the Parent class for any `ColumnPartition` or `RowPartition` class.
This class is intended to simplify the way that operations are performed.
Expand Down

0 comments on commit 6cc8480

Please sign in to comment.