add future annotations
This commit is contained in:
parent
4097f382fa
commit
5ec2c11936
@ -1,5 +1,7 @@
|
||||
"""Immutable datetime and date vars."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from datetime import date, datetime
|
||||
from typing import Any, NoReturn, TypeVar, Union, overload
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user