diff --git a/python/testData/highlighting/asyncModuleBuiltinMethods.py b/python/testData/highlighting/asyncModuleBuiltinMethods.py
index a94b6ea9c868..7af7eb58aebe 100644
--- a/python/testData/highlighting/asyncModuleBuiltinMethods.py
+++ b/python/testData/highlighting/asyncModuleBuiltinMethods.py
@@ -1,6 +1,6 @@
-async def __getattr__(name):
+async def __getattr__(name):
pass
-async def __dir__():
+async def __dir__():
pass
\ No newline at end of file