From 6b647a41a1eb508710de1bc583fd7d404078c744 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Thu, 15 May 2025 00:22:14 +0300 Subject: cleanup --- common/core.py | 1 - 1 file changed, 1 deletion(-) (limited to 'common/core.py') diff --git a/common/core.py b/common/core.py index f47a8b5..85d8657 100644 --- a/common/core.py +++ b/common/core.py @@ -55,7 +55,6 @@ def is_app_url_correct(api_url, needs_auth, username,passwd): return None, False -## TODO - add list level support with porcessors etc ## Asks the user json item to extract and returns it as dict item-value pair, where item is name and value json path def inspect_json_top_level(json_data): """ -- cgit v1.2.3