mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-27 02:52:53 -04:00
- import fixes
This commit is contained in:
@@ -7,7 +7,8 @@ import datetime
|
||||
import sys
|
||||
import time
|
||||
from sqlalchemy import *
|
||||
from sqlalchemy.testing import *
|
||||
from sqlalchemy.testing import fixtures, engines, profiling
|
||||
from sqlalchemy import testing
|
||||
ITERATIONS = 1
|
||||
dbapi_session = engines.ReplayableSession()
|
||||
metadata = None
|
||||
|
||||
@@ -8,7 +8,8 @@ import sys
|
||||
import time
|
||||
from sqlalchemy import *
|
||||
from sqlalchemy.orm import *
|
||||
from sqlalchemy.testing import *
|
||||
from sqlalchemy.testing import fixtures, engines, profiling
|
||||
from sqlalchemy import testing
|
||||
ITERATIONS = 1
|
||||
dbapi_session = engines.ReplayableSession()
|
||||
metadata = None
|
||||
|
||||
Reference in New Issue
Block a user