From 9e30258b7916c147043e764df7d9fc5ccd1ea9a2 Mon Sep 17 00:00:00 2001 From: Yggdrasill7D6 <59858695+Yggdrasill7D6@users.noreply.github.com> Date: Wed, 24 Apr 2024 23:07:59 +0800 Subject: [PATCH] fix lint --- opencompass/datasets/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencompass/datasets/__init__.py b/opencompass/datasets/__init__.py index a9412bbfa..a87c00586 100644 --- a/opencompass/datasets/__init__.py +++ b/opencompass/datasets/__init__.py @@ -68,6 +68,7 @@ from .mathbench import * # noqa: F401, F403 from .mbpp import * # noqa: F401, F403 from .medbench import * # noqa: F401, F403 +from .mgsm import * # noqa: F401, F403 from .mmlu import * # noqa: F401, F403 from .multirc import * # noqa: F401, F403 from .narrativeqa import * # noqa: F401, F403 @@ -114,4 +115,3 @@ from .xiezhi import XiezhiDataset, XiezhiRetriever # noqa: F401, F403 from .xlsum import * # noqa: F401, F403 from .xsum import * # noqa: F401, F403 -from .mgsm import * # noqa: F401, F403 \ No newline at end of file