Skip to content

Commit e626bd5

Browse files
committed
fix: fixes
1 parent de85b67 commit e626bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/query_farm_server_base/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def action_list_schemas(
245245
*,
246246
context: CallContext[AccountType, TokenType],
247247
parameters: action_decoders.ListSchemasParameters,
248-
) -> Iterator[bytes]:
248+
) -> list[bytes]:
249249
self._unimplemented_action("list_schemas")
250250

251251
@log_action()

0 commit comments

Comments
 (0)