diff --git a/pystac/extensions/table.py b/pystac/extensions/table.py index 47efcfa28..bfb4272cb 100644 --- a/pystac/extensions/table.py +++ b/pystac/extensions/table.py @@ -1,4 +1,4 @@ -"""Implements the :stac-ext:`Table Extension .`""" +"""Implements the :stac-ext:`Table Extension
`.""" from typing import Any, Dict, Generic, List, Optional, TypeVar, Union, cast import pystac