Skip to content

Commit e3ce77a

Browse files
yoon-park-rlclaude
andcommitted
fix(loadtest): sort imports in pool_check.py
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 19a23a8 commit e3ce77a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

loadtest/pool_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
from __future__ import annotations
1616

1717
import os
18-
import resource
1918
import sys
19+
import resource
2020

2121
from runloop_api_client import Runloop
2222

0 commit comments

Comments
 (0)