diff --git a/superset/dashboards/filter_state/commands/entry.py b/superset/dashboards/filter_state/commands/entry.py index 4ac6f035ece66..0e9ad0a735069 100644 --- a/superset/dashboards/filter_state/commands/entry.py +++ b/superset/dashboards/filter_state/commands/entry.py @@ -14,7 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -from typing import TypedDict +from typing_extensions import TypedDict class Entry(TypedDict):