From 8fd92f3c72da4de1aa1a912954df36ebdfa46079 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 22 Oct 2025 15:20:27 -0500 Subject: typing: Fix type errors. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 52662a4..7ad60df 100755 --- a/setup.py +++ b/setup.py @@ -44,5 +44,5 @@ setup(author='Bonface M. K.', "pytest-mock" ], cmdclass={ - "run_tests": RunTests ## testing + "run_tests": RunTests # type: ignore[dict-item] }) -- cgit 1.4.1