From 16f6999c69b488fe608d17b1dd9ad6b4c77f894a Mon Sep 17 00:00:00 2001
From: Nicolas KAROLAK <nicolas@karolak.fr>
Date: Thu, 30 Aug 2018 16:27:59 +0200
Subject: [PATCH] fix(tests): rm in function type hint, not support by Python
 3.5.2

---
 tests/test_postgresql.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_postgresql.py b/tests/test_postgresql.py
index 07926475..f18a8d29 100755
--- a/tests/test_postgresql.py
+++ b/tests/test_postgresql.py
@@ -75,7 +75,7 @@ def get_nodes(conf: dict) -> dict:
     :rtype: dict
     """
 
-    servers: dict = {}
+    servers = {}
 
     for item in conf.keys():
         if "pgsql-primary" in item:
-- 
GitLab