Skip to content

Commit 8274660

Browse files
chore(internal): minor reformatting (#246)
1 parent 401c240 commit 8274660

4 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/orb/types/event_deprecate_response.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3+
4+
35
from .._models import BaseModel
46

57
__all__ = ["EventDeprecateResponse"]

src/orb/types/event_update_response.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3+
4+
35
from .._models import BaseModel
46

57
__all__ = ["EventUpdateResponse"]

src/orb/types/top_level_ping_response.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3+
4+
35
from .._models import BaseModel
46

57
__all__ = ["TopLevelPingResponse"]

tests/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from pydantic import ValidationError
1818

1919
from orb import Orb, AsyncOrb, APIResponseValidationError
20-
from orb._client import Orb, AsyncOrb
2120
from orb._models import BaseModel, FinalRequestOptions
2221
from orb._constants import RAW_RESPONSE_HEADER
2322
from orb._exceptions import OrbError, APIStatusError, APITimeoutError, APIResponseValidationError

0 commit comments

Comments
 (0)