Skip to content

Commit

Permalink
fixes mis-import, re #10781
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed May 2, 2024
1 parent b208fe3 commit c2b876a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/bulkdata/bulk_data_delete_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
from arches.app.utils.betterJSONSerializer import JSONSerializer, JSONDeserializer
from arches.app.utils.i18n import LanguageSynchronizer
from arches.app.etl_modules.bulk_data_deletion import BulkDataDeletion
from tests.arches_test_case import ArchesTestCase

from tests.base_test import ArchesTestCase
# these tests can be run from the command line via
# python manage.py test tests.bulkdata.bulk_data_delete_tests --settings="tests.test_settings"

Expand Down

0 comments on commit c2b876a

Please sign in to comment.