From ef87391458eb9c4440f2f9dc1aa89b41363b6b9b Mon Sep 17 00:00:00 2001 From: Don Anderson Date: Wed, 26 Oct 2016 00:35:39 -0400 Subject: WT-2947 replace test suite populate functions with *DataSet classes (#3083) --- test/suite/test_lsm02.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/suite/test_lsm02.py') diff --git a/test/suite/test_lsm02.py b/test/suite/test_lsm02.py index 85067665017..e9628139a97 100644 --- a/test/suite/test_lsm02.py +++ b/test/suite/test_lsm02.py @@ -27,7 +27,6 @@ # OTHER DEALINGS IN THE SOFTWARE. import wiredtiger, wtscenario, wttest -from helper import simple_populate # test_lsm02.py # Test LSM schema level operations -- cgit v1.2.1