Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Mar 4, 2025
1 parent 48dbfd1 commit 6f0a096
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py-polars/tests/unit/io/test_partition.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import annotations

import os
import sys
from typing import TYPE_CHECKING, Any, TypedDict

import pytest
Expand Down Expand Up @@ -51,7 +52,7 @@ def test_max_size_partition(
MaxSizePartitioning(tmp_path / f"{{part}}.{io_type['ext']}", max_size=max_size),
)

# We need to fsync here because platforms do not guarantee that a close on
# We need to sync here because platforms do not guarantee that a close on
# one thread is immediately visible on another thread.
#
# "Multithreaded processes and close()"
Expand Down

0 comments on commit 6f0a096

Please sign in to comment.