Skip to content

Commit bf843ca

Browse files
improving type hints
Signed-off-by: Emanuele Lanuti <[email protected]>
1 parent df3efa5 commit bf843ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suzieq/shared/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ def log_suzieq_info(name: str, c_logger: logging.Logger = None,
12311231
c_logger.setLevel(prev_level)
12321232

12331233

1234-
def set_rest_engine(cfg: Dict[str, Any]) -> Tuple:
1234+
def set_rest_engine(cfg: Dict[str, Any]) -> Tuple[str, str, str, str]:
12351235
"""Unpack the rest configuration from the cfg object. It is used to switch
12361236
to rest engine with the right config params
12371237

0 commit comments

Comments
 (0)