mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
Move _mysql and _mysql_exceptions into MySQLdb/ (#293)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import pytest
|
||||
import _mysql
|
||||
from MySQLdb import _mysql
|
||||
|
||||
|
||||
def test_result_type():
|
||||
|
Reference in New Issue
Block a user