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