From 952521c8b5d119317bbce8b8ffe9f0e86006c05f Mon Sep 17 00:00:00 2001 From: Zilong Wang Date: Wed, 18 Sep 2024 10:07:41 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f68d16a..f948153f 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ class Formatter(Command): """Cmdclass for `python setup.py format`. - + test test Args: Command (distutils.cmd.Command): Abstract base class for defining command classes.