From e0af5e43c3faedc94ff5cd7d1dbac2f57d0f39e6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 08:47:49 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .../{{cookiecutter.library_name}}/sinks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookiecutter/target-template/{{cookiecutter.target_id}}/{{cookiecutter.library_name}}/sinks.py b/cookiecutter/target-template/{{cookiecutter.target_id}}/{{cookiecutter.library_name}}/sinks.py index b8bc3bd2d..34146a97a 100644 --- a/cookiecutter/target-template/{{cookiecutter.target_id}}/{{cookiecutter.library_name}}/sinks.py +++ b/cookiecutter/target-template/{{cookiecutter.target_id}}/{{cookiecutter.library_name}}/sinks.py @@ -47,7 +47,7 @@ class {{ cookiecutter.destination_name }}Sink({{ sinkclass }}): {% if sinkclass == "RecordSink" -%} def process_record(self, record: dict, context: dict) -> None: - """Process the record. + """Process the record. Args: record: Individual record in the stream.