all death to the tab character
This commit is contained in:
@@ -44,7 +44,7 @@ config = {
|
||||
'moin-modified-user': (),
|
||||
'moin-disabled-user': (),
|
||||
|
||||
'tea_steep_time': (3*60 + 40),
|
||||
'tea_steep_time': (3 * 60 + 40),
|
||||
|
||||
'image_preview': True,
|
||||
'dsa_watcher_interval': 15 * 60
|
||||
|
||||
@@ -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