Skip to content

Commit

Permalink
Satisfy pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel committed Sep 13, 2024
1 parent a43e93f commit 235b302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ def get_records(self, context): # noqa: ARG002
},
}

def get_batches(self, batch_config, context):
def get_batches(self, batch_config, context): # noqa: ARG002
yield batch_config.encoding, ["file:///tmp/stream.json.gz"]


Expand Down

0 comments on commit 235b302

Please sign in to comment.