Skip to content

Commit 787b9a2

Browse files
committed
Use stdlib json
1 parent b476899 commit 787b9a2

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

codespeed/github.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@
88
import logging
99
import urllib
1010
import re
11-
import isodate
11+
import json
1212

13+
import isodate
1314
from django.core.cache import cache
1415

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-
1916
logger = logging.getLogger(__name__)
2017

2118
GITHUB_URL_RE = re.compile(

0 commit comments

Comments
 (0)