Skip to content

Commit

Permalink
move ujson to top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Oct 18, 2024
1 parent bd12745 commit 3ede926
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions virtualizarr/tests/test_readers/test_kerchunk.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import numpy as np
import ujson

from virtualizarr.manifests import ManifestArray
from virtualizarr.readers.kerchunk import (
Expand Down Expand Up @@ -45,8 +46,6 @@ def test_dataset_from_df_refs():


def test_dataset_from_df_refs_with_filters():
import ujson

filters = [{"elementsize": 4, "id": "shuffle"}, {"id": "zlib", "level": 4}]
zarray = {
"chunks": [2, 3],
Expand Down

0 comments on commit 3ede926

Please sign in to comment.