Previous code was failing the flake8 tests because the random module was not imported.

This commit is contained in:
Christopher K. Hoadley
2019-01-30 18:37:03 -06:00
parent 83aed9aeee
commit 7fb6d26cc7
+1
View File
@@ -13,6 +13,7 @@ import os
import platform
import re
import sys
import random
from argparse import ArgumentParser, RawDescriptionHelpFormatter
from concurrent.futures import ThreadPoolExecutor
from time import time