From 3ed21db559a1d11309782c9e6454a0d51ae228d2 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:55:25 +0000 Subject: [PATCH] style: format code with Autopep8, isort and Ruff Formatter This commit fixes the style issues introduced in 6a10ed1 according to the output from Autopep8, isort and Ruff Formatter. Details: None --- src/everyai/data_loader/dataprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/everyai/data_loader/dataprocess.py b/src/everyai/data_loader/dataprocess.py index 75172c0..a02c761 100644 --- a/src/everyai/data_loader/dataprocess.py +++ b/src/everyai/data_loader/dataprocess.py @@ -109,7 +109,7 @@ def split_remove_stopwords_punctuation(text: str, language="both") -> str: Defaults to 'both'. Returns: - str: Processed text with words split, punctuation removed, + str: Processed text with words split, punctuation removed, and stopwords removed. """ if language.lower() in ["zh", "chinese"]: