Browse Source

[cleanup] whitespace

pull/44/head
Andrei 8 years ago
parent
commit
f3a39e96a3
  1. 1
      tests/test_util_limiter.py

1
tests/test_util_limiter.py

@ -42,5 +42,4 @@ class TestSimpleLimiter(TestCase):
for _ in range(10): for _ in range(10):
limit.check() limit.check()
self.assertEqual(int(time.time() - start), 1) self.assertEqual(int(time.time() - start), 1)

Loading…
Cancel
Save