Removed redundant import statement.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@109803 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/stl/TestSTL.py b/test/stl/TestSTL.py
index fec4e91..eb285f9 100644
--- a/test/stl/TestSTL.py
+++ b/test/stl/TestSTL.py
@@ -6,7 +6,6 @@
 import unittest
 import lldb
 import lldbtest
-import time
 
 class TestSTL(lldbtest.TestBase):