mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-24 11:21:26 -07:00
Reformat typo
This commit is contained in:
parent
931f32cac6
commit
41dfa8ddaf
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ def get_driver_version(mysql_driver):
|
|||
if driver_name == 'pymysql':
|
||||
# pymysql has two methods:
|
||||
# - __version__ that returns the string: 0.7.11.None
|
||||
# - VERSION that returns the tupple (0, 7, 11, None)
|
||||
# - VERSION that returns the tuple (0, 7, 11, None)
|
||||
v = mysql_driver.VERSION[:3]
|
||||
return '.'.join(map(str, v))
|
||||
elif driver_name == 'MySQLdb':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue