ihmeuw / pseudopeople

pseudopeople is a Python package that generates realistic simulated data about a fictional United States population, designed for use in testing entity resolution (record linkage) methods or other data science algorithms at scale.
https://pseudopeople.readthedocs.io
BSD 3-Clause "New" or "Revised" License
20 stars 2 forks source link

Fix import-untyped errors #449

Closed stevebachmeier closed 3 months ago

stevebachmeier commented 3 months ago

Fix import-untyped errors

Description

We should have done this error first b/c it opened up a bunch of typing problems that were previously fixed. ### Testing