Skip to content

Commit 3f79fa6

Browse files
author
Sean Cribbs
committed
Fix those long-standing PEP8 bugs in pool-grinder.
1 parent 7c1a7c4 commit 3f79fa6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

riak/tests/pool-grinder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python
22

33
from Queue import Queue
4-
from threading import Thread #, currentThread
4+
from threading import Thread
55
import sys
66
sys.path.append("../transports/")
7-
from pool import Pool #, BadResource
7+
from pool import Pool
88
from random import SystemRandom
99
from time import sleep
1010

0 commit comments

Comments
 (0)