Skip to content

Commit

Permalink
A bit more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Aug 20, 2024
1 parent 3cc0c30 commit 31e1b2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/curate_gpt/store/db_metadata.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from pathlib import Path

from pydantic import BaseModel, ConfigDict
import yaml
from pydantic import BaseModel
from pydantic import BaseModel, ConfigDict


class DBSettings(BaseModel):
Expand Down

0 comments on commit 31e1b2b

Please sign in to comment.