Skip to content

Commit b6def54

Browse files
type fix
1 parent c0b137c commit b6def54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/bfd-pipeline-idr/test/test_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def _do_test_pipeline(conn: Connection[DictRow], load_type: LoadType) -> None:
103103
UPDATE {IDR_BENE_HISTORY_TABLE}
104104
SET bene_mbi_id = '1S000000000', idr_insrt_ts=%(timestamp)s, idr_updt_ts=%(timestamp)s
105105
WHERE bene_sk = 10464258
106-
""",
106+
""", # type: ignore
107107
{"timestamp": datetime_now},
108108
)
109109
conn.commit()

0 commit comments

Comments
 (0)