Skip to content

Commit

Permalink
Merge pull request #2980 from Textualize/typing-ext-fix
Browse files Browse the repository at this point in the history
Test typing extensions fix
  • Loading branch information
willmcgugan committed May 31, 2023
2 parents 1176f81 + 032481c commit b9c9eb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

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

## [13.4.0] - 2023-06-31

Expand Down
1 change: 0 additions & 1 deletion rich/markdown.py
Expand Up @@ -5,7 +5,6 @@

from markdown_it import MarkdownIt
from markdown_it.token import Token
from typing_extensions import get_args

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

0 comments on commit b9c9eb5

Please sign in to comment.