Skip to content

Commit 276589d

Browse files
committed
docs: remove unused imports
1 parent 82ff343 commit 276589d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/_ext/expectations_autodoc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from sphinx.util.docutils import SphinxDirective
1515

1616
from dataframe_expectations.registry import DataFrameExpectationRegistry
17-
from dataframe_expectations.suite import DataFrameExpectationsSuite
1817

1918

2019
def parse_metadata_from_docstring(docstring: str) -> Tuple[str, str]:
@@ -86,7 +85,7 @@ class ExpectationsDirective(SphinxDirective):
8685
8786
Usage:
8887
.. expectations::
89-
:class: dataframe_expectations.expectations_suite.DataFrameExpectationsSuite
88+
:class: dataframe_expectations.suite.DataFrameExpectationsSuite
9089
:show-summary: true
9190
:show-cards: true
9291
"""

0 commit comments

Comments
 (0)