Ignore mypy complaint about toml stubs
1 files changed, 1 insertions(+), 0 deletions(-) M gap/toml_parser.py
M gap/toml_parser.py => gap/toml_parser.py +1 -0
@@ 1,4 1,5 @@ #!/usr/bin/env python3 +# type: ignore from typing import MutableMapping, Any