We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75133db commit b6f0814Copy full SHA for b6f0814
src/mysql_shell/__init__.py
@@ -62,7 +62,6 @@ class Shell:
62
def username(self):
63
return self._connection_info.username
64
65
- # TODO python3.10 min version: Use `list` instead of `typing.List`
66
def _run_code(self, code: str) -> None:
67
"""Connect to MySQL cluster and run Python code."""
68
template = _jinja_env.get_template("try_except_wrapper.py.jinja")
0 commit comments