Skip to content

Commit

Permalink
import lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-beedie committed Jan 23, 2024
1 parent 6d15360 commit 8f51ba5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py-polars/tests/unit/sql/test_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

from pathlib import Path

import polars as pl
import pytest

import polars as pl
from polars.exceptions import ComputeError, InvalidOperationError
from polars.testing import assert_frame_equal

Expand Down

0 comments on commit 8f51ba5

Please sign in to comment.