Skip to content

Commit

Permalink
Merge pull request #3124 from k-nut/remove-duplicate-import-in-test
Browse files Browse the repository at this point in the history
Remove duplicated import
  • Loading branch information
amercader committed Jun 17, 2016
2 parents 9fb9f57 + 91bf17e commit 817d97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/logic/test_validators.py
Expand Up @@ -11,13 +11,13 @@
import mock
import nose.tools

import ckan.tests.factories as factories
# Import some test helper functions from another module.
# This is bad (test modules shouldn't share code with eachother) but because of
# the way validator functions are organised in CKAN (in different modules in
# different places in the code) we have to either do this or introduce a shared
# test helper functions module (which we also don't want to do).
import ckan.tests.lib.navl.test_validators as t

import ckan.lib.navl.dictization_functions as df
import ckan.logic.validators as validators
import ckan.tests.factories as factories
Expand Down

0 comments on commit 817d97d

Please sign in to comment.