X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d90297c77bab6e22831b05ffc099bfc709cc7785:/.vim/bundle/black/tests/data/numeric_literals.py..d1aee5f7fa136b1f0a7d8dfc318af81009074070:/.vim/bundle/black/tests/data/cases/numeric_literals.py diff --git a/.vim/bundle/black/tests/data/numeric_literals.py b/.vim/bundle/black/tests/data/cases/numeric_literals.py similarity index 91% rename from .vim/bundle/black/tests/data/numeric_literals.py rename to .vim/bundle/black/tests/data/cases/numeric_literals.py index 254da68..9966932 100644 --- a/.vim/bundle/black/tests/data/numeric_literals.py +++ b/.vim/bundle/black/tests/data/cases/numeric_literals.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3.6 - x = 123456789 x = 123456 x = .1 @@ -21,9 +19,6 @@ x = 133333 # output - -#!/usr/bin/env python3.6 - x = 123456789 x = 123456 x = 0.1