Skip to content

Replace string-based references with postponed evaluation (PEP 563)#191

Open
KishanBGajera wants to merge 2 commits intoMatthieuDartiailh:mainfrom
KishanBGajera:use-annotations
Open

Replace string-based references with postponed evaluation (PEP 563)#191
KishanBGajera wants to merge 2 commits intoMatthieuDartiailh:mainfrom
KishanBGajera:use-annotations

Conversation

@KishanBGajera
Copy link
Copy Markdown

This PR replaces string literal type annotations with postponed evaluation (PEP 563) for cleaner and more modern typing using:

from __future__ import annotations

this commit replaces string literal type annotations with postponed
evaluation (PEP 563) for cleaner and more modern typing using:
```py
from __future__ import annotations
```
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.

1 participant