mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
Remove unused API_KEYS var.
(imported from commit cfffdd9ea4a2e4a54f9483f57cc87fa9857f098b)
This commit is contained in:
parent
12c095fd4b
commit
58ca46530e
@ -122,8 +122,6 @@ def find_dict(lst, k, v):
|
||||
return dct
|
||||
raise Exception('Cannot find element in list where key %s == %s' % (k, v))
|
||||
|
||||
API_KEYS = {}
|
||||
|
||||
class SlowQueryTest(TestCase):
|
||||
def test_is_slow_query(self):
|
||||
self.assertFalse(is_slow_query(1.1, '/some/random/url'))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user