all death to the tab character
This commit is contained in:
@@ -3,7 +3,6 @@ To be executed with nose
|
||||
"""
|
||||
import unittest
|
||||
import time
|
||||
|
||||
from common import buckets, rate_limit, RATE_GLOBAL
|
||||
|
||||
|
||||
@@ -24,7 +23,6 @@ Bucket = namedtuple("BucketConfig", ["history", "period", "max_hist_len"])
|
||||
|
||||
|
||||
class TestRateLimiting(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
# just for assertions
|
||||
self.called = {
|
||||
|
||||
Reference in New Issue
Block a user