Skip to content

Commit 1bb09e6

Browse files
committed
tests: remove invalid import
1 parent a952325 commit 1bb09e6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
1.0.1
2+
- tests: remove invalid import
13
1.0.0
24
- declare first stable release
35
0.12.0

ckanext/dc_view/tests/test_route.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import ckan.tests.factories as factories
77
import dcor_shared
88
from dcor_shared.testing import ( # noqa: F401
9-
make_dataset, make_dataset_via_s3, synchronous_enqueue_job,
9+
make_dataset_via_s3, synchronous_enqueue_job,
1010
create_with_upload_no_temp
1111
)
1212

0 commit comments

Comments
 (0)