We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a7317 commit 25ebdfeCopy full SHA for 25ebdfe
lldb/packages/Python/lldbsuite/test/decorators.py
@@ -1,4 +1,8 @@
1
# System modules
2
+
3
+# allow the use of the `list[str]` type hint in Python 3.8
4
+from __future__ import annotations
5
6
from functools import wraps
7
from packaging import version
8
import ctypes
0 commit comments