tests: fix some Python typing issues

These otherwise raise errors in pytype. A few problematic methods
weren't being used and are deleted.
This commit is contained in:
Dan Fandrich 2024-09-26 11:58:57 -07:00
parent 0b864bde08
commit 2f3b7f20fb
13 changed files with 48 additions and 49 deletions

View file

@ -49,7 +49,7 @@ jobs:
- name: install
run: |
sudo apt-get install codespell python3-pip
sudo apt-get install codespell python3-pip python3-pytest
python3 -m pip install cmakelint==1.4.3
- name: spellcheck