Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang committed May 14, 2019
1 parent ecd4e6c commit 00d465e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/common/test_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def test_basic(self):
evt.set()
self.assertTrue(evt.wait(timeout=TIMEOUT))


class TestQueue(unittest.TestCase):
def test_gets(self):
queue = Queue(capacity=100)
Expand Down

0 comments on commit 00d465e

Please sign in to comment.