Skip to content

Commit 85828a8

Browse files
author
Vladimir Vilimaitis
committed
Format imports with locked Ruff
1 parent 729e1e3 commit 85828a8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
import sysconfig
77

88
import polars as pl
9+
import polars_janitor._rust as rust
910
import pytest
1011
from polars.testing import assert_frame_equal
1112

1213
import polars_janitor as pj
13-
import polars_janitor._rust as rust
1414

1515

1616
def test_rust_extension_matches_active_cpython_interpreter() -> None:

tests/test_rust_names.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from __future__ import annotations
44

55
import pytest
6-
76
from polars_janitor._rust import make_clean_names
87

98

0 commit comments

Comments
 (0)