Skip to content

Replace typing.Text by str#25

Merged
zedr merged 1 commit into
zedr:masterfrom
MartinThoma:remove-text
Feb 20, 2022
Merged

Replace typing.Text by str#25
zedr merged 1 commit into
zedr:masterfrom
MartinThoma:remove-text

Conversation

@MartinThoma

Copy link
Copy Markdown
Contributor

typing.Text was introduced as a compatibility-layer for Python 2:
https://docs.python.org/3/library/typing.html#typing.Text

Now that Python 2 has long reached its End-of-Life, we can
remove unnecessary imports

typing.Text was introduced as a compatibility-layer for Python 2:
https://docs.python.org/3/library/typing.html#typing.Text

Now that Python 2 has long reached its End-of-Life, we can
remove unnecessary imports
@zedr
zedr merged commit 8059df2 into zedr:master Feb 20, 2022
@zedr

zedr commented Feb 20, 2022

Copy link
Copy Markdown
Owner

Thanks!

@MartinThoma
MartinThoma deleted the remove-text branch February 20, 2022 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants