diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-07-07 12:45:06 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-07-07 12:45:06 +0200 |
commit | 1396f2ef54b71d4344e28329a4d874a73e2e8e12 (patch) | |
tree | dd330f0547dcff34a67154461ef6f2949381a7a6 /mypy.ini | |
parent | 820ac976e61c2d908a35a2cb2914dffc9822e095 (diff) |
Split the ctl_client in its own file, using guacamole.
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,3 +5,6 @@ ignore_missing_imports = True [mypy-tornado.*] ignore_missing_imports = True + +[mypy-guacamole.*] +ignore_missing_imports = True |