Skip to content

Commit 3964921

Browse files
committed
lint
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 05bc6a6 commit 3964921

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/python/tests/unit/test_data_sources.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010
def test_push_with_batch():
1111
push_source = PushSource(
12-
name="test",
13-
batch_source=BigQuerySource(table="test.test"),
12+
name="test", batch_source=BigQuerySource(table="test.test"),
1413
)
1514
push_source_proto = push_source.to_proto()
1615
assert push_source_proto.HasField("batch_source")

0 commit comments

Comments
 (0)