mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
Some import cleanup
(imported from commit 265cebb011309b9a880035ccd587a5e51554803a)
This commit is contained in:
@@ -3,7 +3,6 @@ import simplejson
|
|||||||
import requests
|
import requests
|
||||||
import time
|
import time
|
||||||
import traceback
|
import traceback
|
||||||
from os import path
|
|
||||||
|
|
||||||
# Check that we have a recent enough version
|
# Check that we have a recent enough version
|
||||||
assert(requests.__version__ > '0.12')
|
assert(requests.__version__ > '0.12')
|
||||||
|
|||||||
@@ -7,9 +7,7 @@ import calendar
|
|||||||
from zephyr.lib.cache import cache_with_key
|
from zephyr.lib.cache import cache_with_key
|
||||||
import fcntl
|
import fcntl
|
||||||
import os
|
import os
|
||||||
import re
|
|
||||||
import simplejson
|
import simplejson
|
||||||
import datetime
|
|
||||||
from django.db import transaction
|
from django.db import transaction
|
||||||
from zephyr.lib import bugdown
|
from zephyr.lib import bugdown
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user