Skip to content

Fix ruff lint error in config.py#966

Merged
abrichr merged 1 commit intomainfrom
fix/lint-config-imports
Jan 17, 2026
Merged

Fix ruff lint error in config.py#966
abrichr merged 1 commit intomainfrom
fix/lint-config-imports

Conversation

@abrichr
Copy link
Copy Markdown
Member

@abrichr abrichr commented Jan 17, 2026

Summary

Fix ruff I001 lint error from PR #964 (MkDocs docs + config module).

The import block in openadapt/config.py was un-sorted - missing blank line between standard library imports (pathlib, typing) and third-party imports (pydantic_settings).

Changes

Add blank line between import groups to satisfy ruff's isort rule.

Test plan

  • CI lint check passes

🤖 Generated with Claude Code

Add blank line between standard library and third-party imports to satisfy
ruff's isort rule I001.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@abrichr abrichr merged commit 2b3d80d into main Jan 17, 2026
0 of 6 checks passed
@abrichr abrichr deleted the fix/lint-config-imports branch January 17, 2026 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant