fix: add missing import of annotations

This commit is contained in:
鹤翔万里 2022-04-02 22:00:02 +08:00 committed by GitHub
parent 769a4bbaf9
commit 39673a80d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,5 @@
from __future__ import annotations
import os import os
import yaml import yaml
import inspect import inspect