Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Kinard <[email protected]>
  • Loading branch information
Polber committed Nov 6, 2024
1 parent fcd7221 commit 08cb64b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def _spanner_io_read_test_preprocessor(
for k, v in config.items() if k.startswith('__')
}
transform['config']['elements'] = INPUT_TABLES[(
instance, database, table)]
str(instance), str(database), str(table))]

return test_spec

Expand Down

0 comments on commit 08cb64b

Please sign in to comment.