Skip to content

Commit 12bc85e

Browse files
committed
fix import threading on test
1 parent e3efc80 commit 12bc85e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/pytests/test_issues.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- coding: utf-8 -*-
22
from common import *
33
import random
4+
import threading
45

56
def test_1282(env):
67
conn = getConnectionByEnv(env)

0 commit comments

Comments
 (0)