Skip to content

Commit 2b34fb3

Browse files
Clean up Lint
1 parent 1a95fb6 commit 2b34fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/tools/extensions/availability.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
from __future__ import annotations
44
from docutils import nodes
5-
from sphinx import addnodes
65
from sphinx.util import logging
76
from sphinx.util.docutils import SphinxDirective
8-
7+
from sphinx.application import Sphinx
8+
from sphinx.util.typing import ExtensionMetadata
99

1010
class Availability(SphinxDirective):
1111
has_content = True

0 commit comments

Comments
 (0)