Add from __future__ import annotations

This commit is contained in:
Grant Sanderson 2022-12-18 09:13:11 -08:00
parent f8b39f2ff1
commit 903e140719

View file

@ -1,3 +1,5 @@
from __future__ import annotations
from functools import lru_cache
import hashlib
import inspect