diff options
Diffstat (limited to 'tools/snippets_translate/tests/test_snippets.py')
| -rw-r--r-- | tools/snippets_translate/tests/test_snippets.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/snippets_translate/tests/test_snippets.py b/tools/snippets_translate/tests/test_snippets.py index 84897d815..e914077e7 100644 --- a/tools/snippets_translate/tests/test_snippets.py +++ b/tools/snippets_translate/tests/test_snippets.py @@ -1,5 +1,6 @@ # Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +from __future__ import annotations from main import _get_snippets, get_snippet_ids, CPP_SNIPPET_PATTERN |
