Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Kinard <[email protected]>
  • Loading branch information
Polber committed Nov 13, 2024
1 parent a20c7e5 commit 0c19dcb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ def _io_write_test_preprocessor(
transform['type'] = 'LogForTesting'
transform['config'] = {
k: v
for k,
v in transform.get('config', {}).items()
for (k, v) in transform.get('config', {}).items()
if (k.startswith('__') or k == 'error_handling')
}

Expand Down

0 comments on commit 0c19dcb

Please sign in to comment.