Skip to content

Commit b3edd6a

Browse files
chore: Update pixi lockfile (#289)
Co-authored-by: quant-ranger[bot] <132915763+quant-ranger[bot]@users.noreply.github.com> Co-authored-by: Oliver Borchert <oliver.borchert@quantco.com>
1 parent d5096b5 commit b3edd6a

File tree

2 files changed

+8441
-7731
lines changed

2 files changed

+8441
-7731
lines changed

dataframely/_compat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ class Dialect: # type: ignore # noqa: N801
6363

6464
try:
6565
import pydantic
66-
except ImportError:
66+
except ImportError: # pragma: no cover
6767
pydantic = _DummyModule("pydantic") # type: ignore
6868

6969
try:
7070
from pydantic_core import core_schema as pydantic_core_schema
71-
except ImportError:
71+
except ImportError: # pragma: no cover
7272
pydantic_core_schema = _DummyModule("pydantic_core_schema") # type: ignore
7373

7474
# --------------------------------------- POLARS ------------------------------------- #

0 commit comments

Comments
 (0)