Skip to content

Commit 64a824f

Browse files
committed
Remove Text imports
1 parent 05d55b6 commit 64a824f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mypy/messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import re
88
import difflib
99

10-
from typing import cast, List, Dict, Any, Sequence, Iterable, Tuple, Optional, Text
10+
from typing import cast, List, Dict, Any, Sequence, Iterable, Tuple, Optional
1111

1212
from mypy.erasetype import erase_type
1313
from mypy.errors import Errors

mypy/semanal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
from contextlib import contextmanager
4848

4949
from typing import (
50-
List, Dict, Set, Tuple, cast, TypeVar, Union, Optional, Callable, Iterator, Iterable, Text
50+
List, Dict, Set, Tuple, cast, TypeVar, Union, Optional, Callable, Iterator, Iterable
5151
)
5252

5353
from mypy.nodes import (

0 commit comments

Comments
 (0)