Skip to content

Commit 6c9a45e

Browse files
nitpick dd.DataFrame
1 parent 17a8a34 commit 6c9a45e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

docs/nitpick-exceptions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ py:exc DataSourceError
1616
# misc
1717
# TODO: remove when dropping support for Python 3.9
1818
py:class Path
19+
py:class dd.DataFrame

docs/source/conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@
1717
# documentation root, use os.path.abspath to make it absolute, like shown here.
1818
from pathlib import Path
1919

20-
from docutils import nodes
21-
from docutils.nodes import Text
22-
from sphinx.addnodes import literal_emphasis, pending_xref
23-
from sphinx.application import Sphinx
24-
from sphinx.environment import BuildEnvironment
25-
from sphinx.ext.intersphinx import missing_reference
26-
2720
import pseudopeople
2821

2922
base_dir = Path(pseudopeople.__file__).parent

0 commit comments

Comments
 (0)