From a83877dda952dac8bd0e5ce5dd0bad9dc32f69cf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:23:13 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- nemo_aligner/data/nlp/builders.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nemo_aligner/data/nlp/builders.py b/nemo_aligner/data/nlp/builders.py index a93099119..3e160fe78 100644 --- a/nemo_aligner/data/nlp/builders.py +++ b/nemo_aligner/data/nlp/builders.py @@ -373,6 +373,7 @@ def build_dataloader( collate_fn=collate_fn, ) + class HelloWorld: def __init__(self): print("hello, world!")