X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/882d8795c6ff65c02f2657e596391748d1b6b7f5:/tests/data/cases/type_comment_syntax_error.py..refs/heads/master:/.vim/bundle/black/tests/data/cases/static/git-favicon.png diff --git a/tests/data/cases/type_comment_syntax_error.py b/tests/data/cases/type_comment_syntax_error.py deleted file mode 100644 index 2e5ca2e..0000000 --- a/tests/data/cases/type_comment_syntax_error.py +++ /dev/null @@ -1,11 +0,0 @@ -def foo( - # type: Foo - x): pass - -# output - -def foo( - # type: Foo - x, -): - pass