summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2016-05-08 00:25:03 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2016-05-08 00:25:03 -0700
commit2abd857b9079c16e67166a012ee1b50f0883ad73 (patch)
tree9f2dc1933a4113ae46c898e2c976db62f7ccd840
parent62098d41f3f137964c5bdd83b8236104114077ad (diff)
downloadnatsort-2abd857b9079c16e67166a012ee1b50f0883ad73.tar.gz
Fixed flakes error in profile_natsort.
-rw-r--r--test_natsort/profile_natsorted.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test_natsort/profile_natsorted.py b/test_natsort/profile_natsorted.py
index 7efcbf6..e744b16 100644
--- a/test_natsort/profile_natsorted.py
+++ b/test_natsort/profile_natsorted.py
@@ -5,7 +5,6 @@ inputs and different settings.
"""
from __future__ import print_function
import cProfile
-import random
import sys
sys.path.insert(0, '.')