add type hint to path
This commit is contained in:
parent
dd2f86708b
commit
86f4c3e54d
@ -29,7 +29,7 @@ class da_detector:
|
|||||||
raise e
|
raise e
|
||||||
return data
|
return data
|
||||||
|
|
||||||
def parse_freqs(self, path):
|
def parse_freqs(self, path: str):
|
||||||
import json
|
import json
|
||||||
|
|
||||||
fullpath = freqs_folder + path
|
fullpath = freqs_folder + path
|
||||||
|
Reference in New Issue
Block a user