Skip to content

Commit 711a02c

Browse files
author
Thomas Preud'homme
committed
Remove no longer needed threading module import
Last uses of threading were removed in commit 98054da so this commits removes the imports. Reviewed By: PrzemekWirkus Differential Revision: https://reviews.llvm.org/D94665
1 parent c6c4b5d commit 711a02c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lnt/server/db/v4db.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import glob
22
import yaml
33

4-
try:
5-
import threading
6-
except Exception:
7-
import dummy_threading as threading
8-
94
import sqlalchemy
105

116
import lnt.testing

0 commit comments

Comments
 (0)