Skip to content

Commit

Permalink
Fix build error on py3
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorodgerbrown committed Jul 28, 2017
1 parent e544edd commit 8e466d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions side_effects/tests.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import

import mock

from django.test import TestCase

from . import registry, decorators, settings
from .compat import mock


def test_func_no_docstring(arg1, kwarg1=None):
Expand Down

0 comments on commit 8e466d3

Please sign in to comment.