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 231033d commit 6c5e3c8Copy full SHA for 6c5e3c8
1 file changed
codespeed/models.py
@@ -1,10 +1,10 @@
1
# -*- coding: utf-8 -*-
2
import os
3
+import json
4
5
from django.core.exceptions import ValidationError
6
from django.core.urlresolvers import reverse
7
from django.db import models
-from django.utils import simplejson as json
8
from django.conf import settings
9
10
from codespeed.github import GITHUB_URL_RE
0 commit comments