Also typecheck sith

This commit is contained in:
Peter Law
2020-07-24 20:24:53 +01:00
parent 38f853cf86
commit 3f74981d5e
2 changed files with 2 additions and 2 deletions

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