Skip to content

Commit 3f47862

Browse files
committed
Fix test for python 3.9
1 parent 09e2c84 commit 3f47862

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/utils/test_functional.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import inspect
24
import logging
35
import time

0 commit comments

Comments
 (0)