Skip to content

Commit 6084403

Browse files
committed
format imports
1 parent 7f7aa7f commit 6084403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runloop_api_client/resources/devboxes/devboxes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import annotations
44

5-
from typing import Dict, Mapping, Iterable, Optional, cast, TypedDict
5+
from typing import Dict, Mapping, Iterable, Optional, TypedDict, cast
66
from typing_extensions import Literal
77

88
import httpx

0 commit comments

Comments
 (0)