Skip to content

Commit 9893b87

Browse files
committed
Don't import unicode_literals as it breaks the comparison view
Fixes tobami#189
1 parent 00ef5a3 commit 9893b87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespeed/domain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from __future__ import absolute_import, unicode_literals
2+
from __future__ import absolute_import
33

44
import logging
55
from datetime import datetime

0 commit comments

Comments
 (0)