Skip to content
Snippets Groups Projects
Commit 16f6999c authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

fix(tests): rm in function type hint, not support by Python 3.5.2

parent ffadb37c
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ def get_nodes(conf: dict) -> dict: ...@@ -75,7 +75,7 @@ def get_nodes(conf: dict) -> dict:
:rtype: dict :rtype: dict
""" """
servers: dict = {} servers = {}
for item in conf.keys(): for item in conf.keys():
if "pgsql-primary" in item: if "pgsql-primary" in item:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment