Skip to content

Commit

Permalink
TST: fix relative links in test
Browse files Browse the repository at this point in the history
  • Loading branch information
genematx committed Jan 14, 2025
1 parent a4149d5 commit 4f785de
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tiled/_tests/test_csv_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
import pandas
import pytest

from ...adapters.csv import CSVArrayAdapter
from ...catalog import in_memory
from ...client import Context, from_context
from ...server.app import build_app
from ...structures.array import ArrayStructure
from ...structures.core import StructureFamily
from ...structures.data_source import Asset, DataSource, Management
from ...structures.table import TableStructure
from ..adapters.csv import CSVArrayAdapter
from ..catalog import in_memory
from ..client import Context, from_context
from ..server.app import build_app
from ..structures.array import ArrayStructure
from ..structures.core import StructureFamily
from ..structures.data_source import Asset, DataSource, Management
from ..structures.table import TableStructure

rng = numpy.random.default_rng(12345)

Expand Down

0 comments on commit 4f785de

Please sign in to comment.