Skip to content

Commit 5b1dc82

Browse files
committed
Import abspath from os.path
1 parent d374a1c commit 5b1dc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/util/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
import logging.handlers
77
from collections import defaultdict
88
from contextlib import contextmanager, nullcontext
9+
from os.path import abspath
910
from typing import IO, TYPE_CHECKING, Any
1011

1112
from docutils import nodes
1213
from docutils.utils import get_source_line
1314

1415
from sphinx.errors import SphinxWarning
1516
from sphinx.util.console import colorize
16-
from sphinx.util.osutil import abspath
1717

1818
if TYPE_CHECKING:
1919
from collections.abc import Iterator, Sequence, Set

0 commit comments

Comments
 (0)