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

pull/156/head
Christopher K. Hoadley 5 years ago
parent 83aed9aeee
commit 7fb6d26cc7

@ -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

Loading…
Cancel
Save