From 86f4c3e54db71cdd38b8da71a974b7985e8a101b Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 16 Dec 2021 04:59:27 +0100 Subject: [PATCH] add type hint to path --- da_detector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da_detector.py b/da_detector.py index 22ad9f5..2e93a5a 100755 --- a/da_detector.py +++ b/da_detector.py @@ -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