Author: Jordan Rupprecht
Date: 2023-01-26T18:23:23-08:00
New Revision: dd9b31e2c2a271c9e6059dde6a406aea5ed8b663

URL: 
https://github.com/llvm/llvm-project/commit/dd9b31e2c2a271c9e6059dde6a406aea5ed8b663
DIFF: 
https://github.com/llvm/llvm-project/commit/dd9b31e2c2a271c9e6059dde6a406aea5ed8b663.diff

LOG: [test] Remove unused `unittest2` import from concurrent_base.py

Added: 
    

Modified: 
    lldb/packages/Python/lldbsuite/test/concurrent_base.py

Removed: 
    


################################################################################
diff  --git a/lldb/packages/Python/lldbsuite/test/concurrent_base.py 
b/lldb/packages/Python/lldbsuite/test/concurrent_base.py
index a235ceb76413f..b695b3a1a8f3b 100644
--- a/lldb/packages/Python/lldbsuite/test/concurrent_base.py
+++ b/lldb/packages/Python/lldbsuite/test/concurrent_base.py
@@ -11,8 +11,6 @@
 """
 
 
-
-import unittest2
 import lldb
 from lldbsuite.test.decorators import *
 from lldbsuite.test.lldbtest import *


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to