add typing for tests
This commit is contained in:
parent
15bf399a89
commit
14d19ce9dd
5 changed files with 19 additions and 17 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import corrlib.toml as t
|
||||
|
||||
|
||||
def test_toml_check_measurement_data():
|
||||
def test_toml_check_measurement_data() -> None:
|
||||
measurements = {
|
||||
"a":
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue