We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b476899 commit 787b9a2Copy full SHA for 787b9a2
1 file changed
codespeed/github.py
@@ -8,14 +8,11 @@
8
import logging
9
import urllib
10
import re
11
-import isodate
+import json
12
13
+import isodate
14
from django.core.cache import cache
15
-# Import from here on the off-chance someone is using a really old Python:
16
-from django.utils import simplejson as json
17
-
18
19
logger = logging.getLogger(__name__)
20
21
GITHUB_URL_RE = re.compile(
0 commit comments