diff --git a/geoalchemy2/_functions_helpers.py b/geoalchemy2/_functions_helpers.py index 755a49a..e74e3eb 100644 --- a/geoalchemy2/_functions_helpers.py +++ b/geoalchemy2/_functions_helpers.py @@ -60,8 +60,8 @@ class TableRowElement(ColumnElement): """The cache is disabled for this class.""" def __init__(self, selectable: bool) -> None: ... - @property - def _from_objects(self) -> List[bool]: ... # type: ignore[override] + @property # type: ignore[override] + def _from_objects(self) -> List[bool]: ... ''' stub_file_parts = [header] diff --git a/geoalchemy2/functions.pyi b/geoalchemy2/functions.pyi index fb0da0c..53cf64f 100644 --- a/geoalchemy2/functions.pyi +++ b/geoalchemy2/functions.pyi @@ -13,8 +13,8 @@ class TableRowElement(ColumnElement): """The cache is disabled for this class.""" def __init__(self, selectable: bool) -> None: ... - @property - def _from_objects(self) -> List[bool]: ... # type: ignore[override] + @property # type: ignore[override] + def _from_objects(self) -> List[bool]: ... class ST_AsGeoJSON(GenericFunction): """