Skip to content

Commit b9c9eb5

Browse files
authored
Merge pull request #2980 from Textualize/typing-ext-fix
Test typing extensions fix
2 parents 1176f81 + 032481c commit b9c9eb5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111

12-
- Fixed typing extensions import https://github.com/Textualize/rich/issues/2979
12+
- Fixed typing extensions import in markdown https://github.com/Textualize/rich/issues/2979
1313

1414
## [13.4.0] - 2023-06-31
1515

rich/markdown.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
from markdown_it import MarkdownIt
77
from markdown_it.token import Token
8-
from typing_extensions import get_args
98

109
if sys.version_info >= (3, 8):
1110
from typing import get_args

0 commit comments

Comments
 (0)