fix(py) Revert default annotation

This commit is contained in:
danymat
2022-02-22 20:45:17 +01:00
parent 11c8ca46ac
commit 2936644b9d

View File

@@ -230,7 +230,7 @@ return {
end end
end, end,
}) })
-- :add_default_annotation("google_docstrings") :add_default_annotation("google_docstrings")
:add_default_annotation("numpydoc") :add_annotation("numpydoc")
:add_annotation("reST"), :add_annotation("reST"),
} }