Skip to content

Commit 545e2c3

Browse files
committed
fix test on PR
1 parent 239fdab commit 545e2c3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lib/sqlalchemy/dialects/mysql/pymysql.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ def create_connect_args(
132132
url, _translate_args=_translate_args
133133
)
134134

135-
136135
def is_disconnect(
137136
self, e: Exception, connection: Any, cursor: Any
138137
) -> bool:

lib/sqlalchemy/dialects/mysql/pyodbc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
import datetime
4949
import re
5050
from typing import Any
51-
from typing import cast
5251
from typing import Callable
52+
from typing import cast
5353
from typing import Optional
5454
from typing import TYPE_CHECKING
5555
from typing import Union

0 commit comments

Comments
 (0)