From 978a58ea1ebd8274a43cbe5a624b4a8d45bdef65 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 9 Jul 2024 14:21:37 -0700 Subject: unittests: Add type annotations to the helpers module --- run_mypy.py | 1 + 1 file changed, 1 insertion(+) (limited to 'run_mypy.py') diff --git a/run_mypy.py b/run_mypy.py index 35a90e8e9..f72e96b3d 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -84,6 +84,7 @@ additional = [ 'tools', 'docs/genrefman.py', 'docs/refman', + 'unittests/helpers.py', ] if os.name == 'posix': -- cgit v1.2.3