diff options
| author | stuppie | 2026-08-18 12:25:38 -0600 |
|---|---|---|
| committer | stuppie | 2026-08-18 12:25:38 -0600 |
| commit | c6f7ad8baaa8e0e22dfcefc763f4065faf6de507 (patch) | |
| tree | 4c6097a7aa4613ead44943c3f87f3fe7dcba1da5 /tests/incite/collections/test_df_collection_thl_marketplaces.py | |
| parent | 48bf1738bcb78f8fde7f82c7003af5622a1b1769 (diff) | |
| download | generalresearch-c6f7ad8baaa8e0e22dfcefc763f4065faf6de507.tar.gz generalresearch-c6f7ad8baaa8e0e22dfcefc763f4065faf6de507.zip | |
more pandera imports
Diffstat (limited to 'tests/incite/collections/test_df_collection_thl_marketplaces.py')
| -rw-r--r-- | tests/incite/collections/test_df_collection_thl_marketplaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/incite/collections/test_df_collection_thl_marketplaces.py b/tests/incite/collections/test_df_collection_thl_marketplaces.py index 54c27f7..8ce8acc 100644 --- a/tests/incite/collections/test_df_collection_thl_marketplaces.py +++ b/tests/incite/collections/test_df_collection_thl_marketplaces.py @@ -3,7 +3,7 @@ from itertools import product from typing import TYPE_CHECKING import pytest -from pandera import Column, DataFrameSchema, Index +from pandera.pandas import Column, DataFrameSchema, Index from generalresearch.incite.collections import DFCollection, DFCollectionType from generalresearch.incite.collections.thl_marketplaces import ( |
