Skip to content

Commit 8286079

Browse files
committed
chore: delint
1 parent bd0ecea commit 8286079

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/toolbox-core/src/toolbox_core/sync_client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ def load_toolset(
137137
Raises:
138138
ValueError: If validation fails based on the `strict` flag.
139139
"""
140-
coro = self.__async_client.load_toolset(name, auth_token_getters, bound_params, strict)
140+
coro = self.__async_client.load_toolset(
141+
name, auth_token_getters, bound_params, strict
142+
)
141143

142144
if not self.__loop or not self.__thread:
143145
raise ValueError("Background loop or thread cannot be None.")

0 commit comments

Comments
 (0)