mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-20 01:11:27 -07:00
Get rid of extra blank line
This commit is contained in:
parent
8ff33bd729
commit
444bd82785
1 changed files with 0 additions and 1 deletions
|
@ -253,7 +253,6 @@ def uses_replica_terminology(cursor):
|
||||||
|
|
||||||
if isinstance(result, dict):
|
if isinstance(result, dict):
|
||||||
version_str = result['version']
|
version_str = result['version']
|
||||||
|
|
||||||
else:
|
else:
|
||||||
version_str = result[0]
|
version_str = result[0]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue