X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/47480ca33143b250cb33ba501f201838269173ce..43b53a034c9e3ada9295bf7f93be473b66b74f75:/.vim/bundle/black/tests/data/jupyter/notebook_trailing_newline.ipynb diff --git a/.vim/bundle/black/tests/data/jupyter/notebook_trailing_newline.ipynb b/.vim/bundle/black/tests/data/jupyter/notebook_trailing_newline.ipynb deleted file mode 100644 index 4f828693..00000000 --- a/.vim/bundle/black/tests/data/jupyter/notebook_trailing_newline.ipynb +++ /dev/null @@ -1,39 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [] - }, - "outputs": [], - "source": [ - "%%time\n", - "\n", - "print('foo')" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "interpreter": { - "hash": "e758f3098b5b55f4d87fe30bbdc1367f20f246b483f96267ee70e6c40cb185d8" - }, - "kernelspec": { - "display_name": "Python 3.8.10 64-bit ('black': venv)", - "name": "python3" - }, - "language_info": { - "name": "python", - "version": "" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -}