Skip to content

Commit d3a9a92

Browse files
committed
chore(aafig): Import from logging from standard library
1 parent 73e3b09 commit d3a9a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_ext/aafig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
:author: Leandro Lucarella <llucax@gmail.com>
1111
:license: BOLA, see LICENSE for details
1212
"""
13+
import logging
1314
import posixpath
1415
from hashlib import sha1 as sha
1516
from os import path
1617

1718
from docutils import nodes
1819
from docutils.parsers.rst.directives import flag, images, nonnegative_int
1920
from sphinx.errors import SphinxError
20-
from sphinx.util import logging
2121
from sphinx.util.osutil import ensuredir, relative_uri
2222

2323
try:

0 commit comments

Comments
 (0)