mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
Remove unused imports
(imported from commit 9e3050c72a2d1137b9096c6cfa1c3945341b9a56)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
import hashlib
|
||||
from time import sleep, time
|
||||
from time import sleep
|
||||
from django.conf import settings
|
||||
|
||||
def statsd_key(val, clean_periods=False):
|
||||
|
||||
Reference in New Issue
Block a user