aboutsummaryrefslogtreecommitdiff
path: root/scripts/expand_codes.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/expand_codes.py')
-rw-r--r--scripts/expand_codes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/expand_codes.py b/scripts/expand_codes.py
index 28eed4f..526d47b 100644
--- a/scripts/expand_codes.py
+++ b/scripts/expand_codes.py
@@ -15,7 +15,7 @@ ROOT = Path(__file__).resolve().parent.parent
TEMP = ROOT / ".temp"
USAGE = ROOT / "doc" / "usage"
-EXPAND_BEGIN = "const EXPAND_BEGIN: () = ();"
+EXPAND_BEGIN = "use might_be_async::*;\nconst EXPAND_BEGIN: () = ();"
EXPAND_END = "const EXPAND_END: () = ();"