- remove typing declaration
This commit is contained in:
@@ -75,7 +75,7 @@ class InfoCache:
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
# Returns list of tuples (path_to_probe.json, path_to_audio.wav)
|
# Returns list of tuples (path_to_probe.json, path_to_audio.wav)
|
||||||
def get_probe_list(self) -> list[Path]:
|
def get_probe_list(self):
|
||||||
r = []
|
r = []
|
||||||
lst = os.listdir(self.dir)
|
lst = os.listdir(self.dir)
|
||||||
for n in lst:
|
for n in lst:
|
||||||
|
|||||||
Reference in New Issue
Block a user