Get rid of extra blank line

This commit is contained in:
Andrew Klychkov 2020-12-10 14:04:57 +03:00
parent 8ff33bd729
commit 444bd82785

View file

@ -253,7 +253,6 @@ def uses_replica_terminology(cursor):
if isinstance(result, dict):
version_str = result['version']
else:
version_str = result[0]