X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d90297c77bab6e22831b05ffc099bfc709cc7785:/.vim/bundle/black/tests/data/notebook_without_changes.ipynb..HEAD:/.vim/bundle/black/tests/data/jupyter/static/git-favicon.png diff --git a/.vim/bundle/black/tests/data/notebook_without_changes.ipynb b/.vim/bundle/black/tests/data/notebook_without_changes.ipynb deleted file mode 100644 index ac6c7e6..0000000 --- a/.vim/bundle/black/tests/data/notebook_without_changes.ipynb +++ /dev/null @@ -1,46 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [] - }, - "outputs": [], - "source": [ - "%%time\n", - "\n", - "print(\"foo\")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "This notebook should not be reformatted" - ] - }, - { - "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 -} \ No newline at end of file