Skip to content

Commit 284d498

Browse files
committed
fix unkown type
1 parent aa453e1 commit 284d498

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sources/globals.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import annotations
12
from typing import TYPE_CHECKING, Type
23

34
if TYPE_CHECKING:

0 commit comments

Comments
 (0)