From c6f7ad8baaa8e0e22dfcefc763f4065faf6de507 Mon Sep 17 00:00:00 2001 From: stuppie Date: Tue, 18 Aug 2026 12:25:38 -0600 Subject: more pandera imports --- tests/incite/collections/test_df_collection_thl_marketplaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/incite/collections/test_df_collection_thl_marketplaces.py') 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 ( -- cgit v1.2.3