From 965771fb0d85ddb27dc6c5dd7df822d1fb318286 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sat, 15 Mar 2025 16:35:39 +0800 Subject: refactor: clean up code formatting and add new PluginManager class --- tests/test_pyo3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_pyo3.py b/tests/test_pyo3.py index 2948da8..9668519 100644 --- a/tests/test_pyo3.py +++ b/tests/test_pyo3.py @@ -1,4 +1,4 @@ from conventionalrp._core import sum_as_string if __name__ == "__main__": - print(sum_as_string(1, 2)) \ No newline at end of file + print(sum_as_string(1, 2)) -- cgit v1.2.3-70-g09d2