Skip to content

Commit

Permalink
Post TR2 - isort fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eyrei123 committed Feb 1, 2025
1 parent 3f62cae commit 391bb17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion polars-lazyframe/dataframe_timer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import polars as pl
import time

import polars as pl

start = time.perf_counter()

for _ in range(10):
Expand Down
3 changes: 2 additions & 1 deletion polars-lazyframe/lazyframe_timer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import polars as pl
import time

import polars as pl

start = time.perf_counter()

for _ in range(10):
Expand Down

0 comments on commit 391bb17

Please sign in to comment.