From 5b9fe0964f1ebb09048c11d404e96df76a23e799 Mon Sep 17 00:00:00 2001 From: blob42 Date: Fri, 7 Jul 2023 13:05:03 +0200 Subject: [PATCH] snippets update --- mysnippets/python.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysnippets/python.lua b/mysnippets/python.lua index 979a733..3116b3c 100644 --- a/mysnippets/python.lua +++ b/mysnippets/python.lua @@ -19,7 +19,8 @@ return { # along with this program. If not, see . ]], { i(1), i(0) - })) + })), + s("tyt", t("import typing as t")), }, { --autosnippets -- s("uuid#", f(gen_uuid)) s("ret ", t("return ")),