Also typecheck sith

This commit is contained in:
Peter Law
2020-07-24 21:06:30 +01:00
parent 38f853cf86
commit 3f74981d5e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ Options:
--pudb Launch pudb when error is raised.
"""
from docopt import docopt
from docopt import docopt # type: ignore[import]
import json
import os