Skip to content

Commit 391bb17

Browse files
committed
Post TR2 - isort fixes
1 parent 3f62cae commit 391bb17

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

polars-lazyframe/dataframe_timer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import polars as pl
21
import time
32

3+
import polars as pl
4+
45
start = time.perf_counter()
56

67
for _ in range(10):

polars-lazyframe/lazyframe_timer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import polars as pl
21
import time
32

3+
import polars as pl
4+
45
start = time.perf_counter()
56

67
for _ in range(10):

0 commit comments

Comments
 (0)