chore: move TypedDict from typing_extensions to typing (#25121)

This commit is contained in:
Sebastian Liebscher
2023-08-30 18:49:45 +02:00
committed by GitHub
parent 46a0a6e08a
commit 067bfbf950
13 changed files with 43 additions and 62 deletions

View File

@@ -14,9 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
from typing import Optional
from typing_extensions import TypedDict
from typing import Optional, TypedDict
from superset.utils.core import DatasourceType