Skip to content

Commit 6157d7f

Browse files
committed
lint fixes
1 parent 27273f3 commit 6157d7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/api_resources/devboxes/test_disk_snapshots.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
from runloop_api_client import Runloop, AsyncRunloop
1313
from runloop_api_client.types import DevboxSnapshotView
1414
from runloop_api_client.pagination import SyncDiskSnapshotsCursorIDPage, AsyncDiskSnapshotsCursorIDPage
15+
from runloop_api_client._exceptions import RunloopError
16+
from runloop_api_client.lib.polling import PollingConfig, PollingTimeout
1517
from runloop_api_client.types.devboxes import (
1618
DevboxSnapshotAsyncStatusView,
1719
)
18-
from runloop_api_client._exceptions import RunloopError
19-
from runloop_api_client.lib.polling import PollingConfig, PollingTimeout
2020

2121
base_url = os.environ.get("TEST_API_BASE_URL", "http://127.0.0.1:4010")
2222

0 commit comments

Comments
 (0)