Skip to content

Commit

Permalink
Bug Fix | Geopandas import error
Browse files Browse the repository at this point in the history
Signed-off-by: biswa-mohapatra <[email protected]>
  • Loading branch information
biswa-mohapatra committed Feb 1, 2024
1 parent 4df61da commit bc6ce18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pandera/backends/pandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

import pandas as pd

import pandera.typing
# import pandera.typing
from pandera.typing import *
from pandera.api.checks import Check
from pandera.api.hypotheses import Hypothesis
from pandera.api.pandas.array import SeriesSchema
Expand Down

0 comments on commit bc6ce18

Please sign in to comment.