Skip to content

Commit

Permalink
Fix test import - bad merge?
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Apr 12, 2019
1 parent db31281 commit 8b0a6be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ckan/tests/model/test_license.py
Expand Up @@ -2,14 +2,12 @@

import os

from nose.tools import assert_equal
from nose.tools import assert_equal, assert_in
from ckan.common import config

from ckan.model.license import LicenseRegister
from ckan.tests import helpers, factories

assert_in = helpers.assert_in

this_dir = os.path.dirname(os.path.realpath(__file__))


Expand Down

0 comments on commit 8b0a6be

Please sign in to comment.