Pep 0563 proposed change

https://peps.python.org/pep-0563/
This commit is contained in:
coder2020official 2023-02-04 16:29:48 +04:00
parent 4d7f5310fb
commit a3891ff363
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import annotations
from io import IOBase
import logging