tableone icon indicating copy to clipboard operation
tableone copied to clipboard

Fix typing and remove the `# type: ignore` comments

Open tompollard opened this issue 1 year ago • 0 comments

In https://github.com/tompollard/tableone/pull/153 we added pyright type checking to the github workflow. Currently we are dodging a large number of errors with # type: ignore comments. These need to be removed and the typing needs to be fixed.

tompollard avatar May 01 '23 18:05 tompollard