Skip to content

Commit ab495f8

Browse files
committed
formatting
1 parent 4e18676 commit ab495f8

4 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/runloop_api_client/sdk/async_devbox.py

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

55
import asyncio
66
import logging
7-
87
from typing import TYPE_CHECKING, Any, Callable, Optional, Sequence, Awaitable, cast
98
from typing_extensions import Unpack, override
109

src/runloop_api_client/sdk/devbox.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from __future__ import annotations
44

55
import logging
6-
76
import threading
87
from typing import TYPE_CHECKING, Any, Callable, Optional, Sequence
98
from typing_extensions import Unpack, override

tests/sdk/devbox/test_interfaces.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from unittest.mock import Mock
1212

1313
import httpx
14-
import pytest
1514

1615
from tests.sdk.conftest import MockExecutionView
1716
from runloop_api_client.sdk import Devbox

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)