WIP: test: start fixing mypy errors (MR 2252)

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-04-05 00:56:33 +02:00 committed by Oliver Smith
parent 1232c35e48
commit 2a0ca33770
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
5 changed files with 33 additions and 31 deletions

View file

@ -3,4 +3,4 @@
import pmb.config
testdata = pmb.config.pmb_src + "/test/testdata"
testdata = pmb.config.pmb_src / "test/testdata"