Skip to content

Commit

Permalink
remove mypy_extensions import (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol committed Apr 3, 2024
1 parent 8b33474 commit 4fb66a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libcst/metadata/type_inference_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
import json
import subprocess
from pathlib import Path
from typing import Dict, List, Mapping, Optional, Sequence, Tuple

from mypy_extensions import TypedDict
from typing import Dict, List, Mapping, Optional, Sequence, Tuple, TypedDict

import libcst as cst
from libcst._position import CodePosition, CodeRange
Expand Down

0 comments on commit 4fb66a3

Please sign in to comment.