Skip to content

Commit c999638

Browse files
committed
fix: format models.py with black
1 parent a651208 commit c999638

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

decart/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def _warn_deprecated(model: str) -> None:
7070
stacklevel=3,
7171
)
7272

73+
7374
# Type variable for model name
7475
ModelT = TypeVar("ModelT", bound=str)
7576

0 commit comments

Comments
 (0)