Skip to content

Commit

Permalink
Remove unused imports re #10781
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed May 2, 2024
1 parent 3abd5ee commit 486fb04
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/bulkdata/bulk_data_delete_tests.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import os
import uuid
from django.contrib.auth.models import User
from arches.app.models.resource import Resource
from arches.app.models.tile import Tile
from arches.app.models import models
from arches.app.utils.data_management.resource_graphs.importer import import_graph as ResourceGraphImporter
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.base_test import ArchesTestCase
Expand Down

0 comments on commit 486fb04

Please sign in to comment.