Skip to content

Commit

Permalink
don't use status_iterator alias
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock authored and dham committed Sep 18, 2023
1 parent c8dda24 commit 976d223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sphinxcontrib/youtube/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
import requests
from docutils import nodes
from docutils.parsers.rst import Directive, directives
from sphinx.util import logging, status_iterator
from sphinx.util import logging
from sphinx.util.console import brown
from sphinx.util.display import status_iterator

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 976d223

Please sign in to comment.