chore: stricter mypy checking

This commit is contained in:
Henry Fredrick Schreiner
2021-06-12 14:02:06 -04:00
parent 3311a36e65
commit 0aac8c2221
6 changed files with 27 additions and 28 deletions
+4 -2
View File
@@ -1,2 +1,4 @@
from .base import TestProject # noqa
from .c import new_c_project # noqa
from .base import TestProject
from .c import new_c_project
__all__ = ("TestProject", "new_c_project")