Skip to content

Commit ad4d30a

Browse files
abrichrclaude
andcommitted
Fix ruff I001 lint error in config.py
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>
1 parent 4fe4192 commit ad4d30a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openadapt/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
from pathlib import Path
2020
from typing import Optional
21+
2122
from pydantic_settings import BaseSettings, SettingsConfigDict
2223

2324

0 commit comments

Comments
 (0)