* Initial configuration of mypy in box, correction of base mypy errors.

* Move mypy install to toe

* Add pylint comments for typing imports.

* Remove typing module for Python 2.6 compatibility.
This commit is contained in:
dokazaki
2017-03-18 19:10:10 -07:00
committed by Brad Warren
parent 679887f691
commit 8011fb2879
20 changed files with 59 additions and 48 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import os
import sys
import textwrap
from six.moves import queue # pylint: disable=import-error
from six.moves import queue # type: ignore # pylint: disable=import-error
import zope.interface
from certbot import interfaces