Skip to content

Commit 269a0c2

Browse files
sumedhsakdeoclaude
andcommitted
fix: Sort imports in pyiceberg/table/__init__.py
Move pyiceberg.observability import after pyiceberg.manifest to satisfy ruff import ordering (I001). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3779d9c commit 269a0c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyiceberg/table/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@
5454
manifest_evaluator,
5555
)
5656
from pyiceberg.io import FileIO, load_file_io
57-
from pyiceberg.observability import perf_timer
5857
from pyiceberg.manifest import (
5958
DataFile,
6059
DataFileContent,
6160
ManifestContent,
6261
ManifestEntry,
6362
ManifestFile,
6463
)
64+
from pyiceberg.observability import perf_timer
6565
from pyiceberg.partitioning import (
6666
PARTITION_FIELD_ID_START,
6767
UNPARTITIONED_PARTITION_SPEC,

0 commit comments

Comments
 (0)