From 6e708208ddc870fefde92b22c031575c33bb243b Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Wed, 6 Nov 2019 17:21:25 -0500 Subject: CI: add initial type annotation checking --- tools/boost_names.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/boost_names.py') diff --git a/tools/boost_names.py b/tools/boost_names.py index d0e544449..af461d80b 100755 --- a/tools/boost_names.py +++ b/tools/boost_names.py @@ -31,7 +31,7 @@ import json import re Module = collections.namedtuple('Module', ['dirname', 'name', 'libnames']) -Module.__repr__ = lambda self: str((self.dirname, self.name, self.libnames)) +Module.__repr__ = lambda self: str((self.dirname, self.name, self.libnames)) # type: ignore LIBS = 'libs' -- cgit v1.2.3