Skip to content

Commit 57d9e36

Browse files
committed
Fix ruff error: remove unused BaseModel import
1 parent 1eaf52b commit 57d9e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symbiont/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from typing import Any, Dict, Optional, Union
88

99
import yaml
10-
from pydantic import BaseModel, Field, field_validator
10+
from pydantic import Field, field_validator
1111
from pydantic_settings import BaseSettings, SettingsConfigDict
1212

1313

0 commit comments

Comments
 (0)