Skip to content

Commit 06a28ad

Browse files
committed
Restore Python 3.8 compatibility in annotations.
1 parent d8d910b commit 06a28ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

discovery.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import contextlib
24
import datetime
35
import functools

0 commit comments

Comments
 (0)