diff --git a/qt/aqt/table.py b/qt/aqt/table.py index 9ac75e1d9..174dc5402 100644 --- a/qt/aqt/table.py +++ b/qt/aqt/table.py @@ -546,6 +546,8 @@ class ItemState(ABC): # Columns and sorting + # abstractproperty is deprecated but used due to mypy limitations + # (https://github.com/python/mypy/issues/1362) @abstractproperty def columns(self) -> List[Tuple[str, str]]: """Return all for the state available columns."""