Delete unused FIXME

This commit is contained in:
Daniel Mathiot
2021-08-23 15:24:48 +02:00
parent 46febe447c
commit 6b08b2297c

View File

@@ -32,7 +32,7 @@ return {
use_default_comment = false, -- If you want to prefix the template with the default comment for the language (default_generator)
google_docstrings = {
{ nil, '"""' },
{ "parameters", "\t%s: ", { before_first_item = "Args: " } }, -- FIXME when no parameter is set
{ "parameters", "\t%s: ", { before_first_item = "Args: " } },
{ nil, '"""' },
},
},