Removed 'self' from _get_mysql_db_version()

This commit is contained in:
Sina Mashek 2016-04-30 04:10:02 -07:00 committed by Griatch
parent 9b62b8bda8
commit 7e3bc95c4c

View file

@ -36,7 +36,7 @@ __all__ = ("to_pickle", "from_pickle", "do_pickle", "do_unpickle",
PICKLE_PROTOCOL = 2
def _get_mysql_db_version(self):
def _get_mysql_db_version():
"""
This is a helper method for specifically getting the version
string of a MySQL database.