Skip to content

Commit d93dc08

Browse files
committed
Move future import where it belongs
1 parent 7f46a8d commit d93dc08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sage_docbuild/ext/sage_autodoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
- Kwankyu Lee (2018-12-26, 2022-11-08): rebased on the latest sphinx.ext.autodoc
3232
3333
"""
34+
from __future__ import annotations
3435

3536
import re
3637
import warnings
3738
from inspect import Parameter, Signature
3839
from types import ModuleType
3940
from typing import (TYPE_CHECKING, Any, Callable, Dict, Iterator, List, Optional, Sequence,
4041
Set, Tuple, Type, TypeVar, Union)
41-
from __future__ import annotations
4242

4343
from docutils.statemachine import StringList
4444

0 commit comments

Comments
 (0)