Skip to content

Commit 77b67ca

Browse files
paddymulclaude
andcommitted
chore: fix ruff import sort in build.py and test_build.py
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e50c919 commit 77b67ca

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/tallyman_xorq/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ def _inject_prelude(module: object) -> None:
266266
try:
267267
import xorq.api as _xo # noqa: PLC0415
268268
import xorq.vendor.ibis as _ibis # noqa: PLC0415
269+
269270
from tallyman_xorq.io import from_catalog as _from_catalog # noqa: PLC0415
270271
from tallyman_xorq.io import from_project as _from_project # noqa: PLC0415
271272
except ImportError:

tests/test_build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def test_build_no_hint_on_unrelated_error(project: str, orders_parquet: Path):
107107

108108
from tallyman_xorq.build import _ibis_import_hint, lint_catalog_code # noqa: E402
109109

110-
111110
# ---------------------------------------------------------------------------
112111
# lint_catalog_code — pre-execution static scanner
113112
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)