Skip to content

Commit

Permalink
fix whitespace in workerpool test, rm unused import
Browse files Browse the repository at this point in the history
address Stu's comment.

Testing Done:
reran worker pool tests.

Reviewed at https://rbcommons.com/s/twitter/r/2144/
  • Loading branch information
baroquebobcat committed Apr 30, 2015
1 parent 381665d commit aae6dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/pants_test/base/test_worker_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
unicode_literals, with_statement)

import threading
import time
import unittest

from pants.base.worker_pool import Work, WorkerPool
Expand All @@ -22,6 +21,7 @@ def register_thread(self, one):
def keyboard_interrupt_raiser():
raise KeyboardInterrupt()


class WorkerPoolTest(unittest.TestCase):
def test_keyboard_interrupts_propagated(self):
condition = threading.Condition()
Expand Down

0 comments on commit aae6dad

Please sign in to comment.