Skip to content

Commit 2b3d80d

Browse files
authored
Merge pull request #966 from OpenAdaptAI/fix/lint-config-imports
Fix ruff lint error in config.py
2 parents 50312ff + ad4d30a commit 2b3d80d

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)