Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/nitpick-exceptions
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ py:exc DataSourceError
# misc
# TODO: remove when dropping support for Python 3.9
py:class Path
py:class dd.DataFrame
7 changes: 0 additions & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
from pathlib import Path

from docutils import nodes
from docutils.nodes import Text
from sphinx.addnodes import literal_emphasis, pending_xref
from sphinx.application import Sphinx
from sphinx.environment import BuildEnvironment
from sphinx.ext.intersphinx import missing_reference

import pseudopeople

base_dir = Path(pseudopeople.__file__).parent
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"types-tqdm",
"types-setuptools",
"pyarrow-stubs",
"types-psutil",
]

setup_requires = ["setuptools_scm"]
Expand Down
1 change: 0 additions & 1 deletion src/pseudopeople/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import pandas as pd
from tqdm import tqdm

from pseudopeople.configuration import Keys
from pseudopeople.configuration.noise_configuration import NoiseConfiguration
from pseudopeople.constants.metadata import DATEFORMATS
from pseudopeople.constants.noise_type_metadata import COPY_HOUSEHOLD_MEMBER_COLS
Expand Down
Loading