use Path in type annotations
This commit is contained in:
parent
6bb48f151c
commit
92f307b83a
4 changed files with 11 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import corrlib.input.sfcf as input
|
||||
import json
|
||||
|
||||
def test_get_specs():
|
||||
def test_get_specs() -> None:
|
||||
parameters = {
|
||||
'crr': [
|
||||
'f_P', 'f_A'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue