Skip to content

Commit

Permalink
Fix: reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofusai authored Oct 1, 2024
1 parent 1778460 commit a636ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ is-debug: true
`config.py`

```python
from pydantic import BaseModel, SecretStr
from pyamldantic import YAMLConfig
from pydantic import BaseModel, SecretStr
class DatabaseSchema(BaseModel):
host: str
Expand Down

0 comments on commit a636ab0

Please sign in to comment.