summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polymatrix/polymatrix/mixins.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/polymatrix/polymatrix/mixins.py b/polymatrix/polymatrix/mixins.py
index 06166ce..25b968c 100644
--- a/polymatrix/polymatrix/mixins.py
+++ b/polymatrix/polymatrix/mixins.py
@@ -63,7 +63,6 @@ class PolyMatrixMixin(abc.ABC):
def gen_data(self) -> typing.Generator[tuple[tuple[int, int], PolyDict], None, None]:
yield from self.entries()
- @abc.abstractmethod
@deprecated("Replaced by PolyMatrixMixin.at(row, col).")
def get_poly(self, row: int, col: int) -> PolyDict | None:
# NOTE: in the new API when there is nothing at an entry the at()