Skip to content

Commit

Permalink
import TypedDict from typing_extensions
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
  • Loading branch information
lebrice committed Aug 28, 2023
1 parent ea0340a commit 6691e2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion milatools/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
from argparse import ArgumentParser, Namespace, _HelpAction
from contextlib import ExitStack
from pathlib import Path
from typing import Sequence, TypedDict
from typing import Sequence
from typing_extensions import TypedDict
from urllib.parse import urlencode

import questionary as qn
Expand Down

0 comments on commit 6691e2c

Please sign in to comment.