Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
prha committed Jan 27, 2023
1 parent 6927f4f commit 7b14016
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -47,7 +47,7 @@ def get_conn_string(username, password, hostname, db_name, port="3306"):
)


def parse_mysql_version(version: str) -> tuple[int]:
def parse_mysql_version(version: str) -> tuple:
"""Parse MySQL version into a tuple of ints.
Args:
Expand Down

0 comments on commit 7b14016

Please sign in to comment.