Skip to content

Commit c752304

Browse files
committed
remove some unnecessary changes
1 parent 724dee9 commit c752304

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ install:
3131
format:
3232
poetry run pre-commit run --all-files
3333

34+
3435
# Documentation
3536

3637
html:

scripts/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/together/resources/models.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
from together.abstract import api_requestor
66
from together.together_response import TogetherResponse
7-
from together.types import ModelObject, TogetherClient, TogetherRequest
7+
from together.types import (
8+
ModelObject,
9+
TogetherClient,
10+
TogetherRequest,
11+
)
812

913

1014
class Models:

0 commit comments

Comments
 (0)