Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp committed Sep 18, 2024
1 parent 07b239e commit 74d3d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/test_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
from polars.datatypes.convert import dtype_to_py_type
from polars.exceptions import (
ColumnNotFoundError,
ShapeError,
ComputeError,
InvalidOperationError,
OutOfBoundsError,
PanicException,
SchemaError,
SchemaFieldNotFoundError,
ShapeError,
StructFieldNotFoundError,
)
from tests.unit.conftest import TEMPORAL_DTYPES
Expand Down

0 comments on commit 74d3d82

Please sign in to comment.