Skip to content

Commit b6f0814

Browse files
1 parent 75133db commit b6f0814

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mysql_shell/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ class Shell:
6262
def username(self):
6363
return self._connection_info.username
6464

65-
# TODO python3.10 min version: Use `list` instead of `typing.List`
6665
def _run_code(self, code: str) -> None:
6766
"""Connect to MySQL cluster and run Python code."""
6867
template = _jinja_env.get_template("try_except_wrapper.py.jinja")

0 commit comments

Comments
 (0)