From a75b3875ee12a217089f11992d9626c5e05e1567 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Wed, 16 Oct 2024 21:28:23 +0200 Subject: [PATCH] Remove unused import --- python/gherkin/dialect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/gherkin/dialect.py b/python/gherkin/dialect.py index f52f15d7b..3178cc94b 100644 --- a/python/gherkin/dialect.py +++ b/python/gherkin/dialect.py @@ -2,7 +2,7 @@ import os import json -from typing import TypedDict, List +from typing import TypedDict from typing_extensions import Self