diff options
Diffstat (limited to 'sphinx/ext/doctest.py')
-rw-r--r-- | sphinx/ext/doctest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/ext/doctest.py b/sphinx/ext/doctest.py index 427038b92..5d60b627e 100644 --- a/sphinx/ext/doctest.py +++ b/sphinx/ext/doctest.py @@ -3,6 +3,8 @@ The extension automatically execute code snippets and checks their results. """ +from __future__ import annotations + import doctest import re import sys |