diff options
| author | Frederik Gladhorn <frederik.gladhorn@qt.io> | 2019-10-08 15:36:05 +0200 |
|---|---|---|
| committer | Frederik Gladhorn <frederik.gladhorn@qt.io> | 2019-10-09 09:14:19 +0000 |
| commit | f95988261631a47fcc5cacf57a1226cb8e391c64 (patch) | |
| tree | 8d5c5671d862a9ca5b5a47c672a035160cc21f53 /util/cmake/json_parser.py | |
| parent | 3a103b360802b81318a20063f2b4884864e79b15 (diff) | |
cmake scripts: more type cleanup
Change-Id: Ic32394548bb997af96756f260b453e830d8b9e9b
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util/cmake/json_parser.py')
| -rw-r--r-- | util/cmake/json_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cmake/json_parser.py b/util/cmake/json_parser.py index 36e8cee37ff..a0aaecab9da 100644 --- a/util/cmake/json_parser.py +++ b/util/cmake/json_parser.py @@ -27,7 +27,7 @@ ## ############################################################################# -import pyparsing as pp +import pyparsing as pp # type: ignore import json import re from helper import _set_up_py_parsing_nicer_debug_output |
