From c8cc49a6784073ad34a053aaf41481d19c44fe85 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Mon, 22 Aug 2022 15:02:21 +0200 Subject: [PATCH] Small util to decide which config to use. --- utils.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils.py b/utils.py index 89cb246..9d38aa3 100644 --- a/utils.py +++ b/utils.py @@ -18,6 +18,9 @@ def compose_config( """ if config is not None: + DeprecationWarning( + "Usage of a full config file will be deprecated. Instead, use the credentials and queries arguments." + ) return json.load(config) if credentials is None or queries is None: