diff options
| author | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2017-11-26 18:38:06 +0000 |
|---|---|---|
| committer | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2017-11-26 18:38:06 +0000 |
| commit | dc7012cadcac5d708ac5fc307f4f3effc95a483e (patch) | |
| tree | ee5f35bc20fdfe909271e8ccbb7a0a5d981a539d | |
| parent | 55caffdbe9a1c78cb4491532c0f6164ec87da2da (diff) | |
| parent | 96841cd41d655fe10035e9fdab03626628e0c3a8 (diff) | |
| download | flake8-dc7012cadcac5d708ac5fc307f4f3effc95a483e.tar.gz | |
Merge branch 'with-statement' into 'master'
Drop from __future__ import with_statement from docs
See merge request pycqa/flake8!216
| -rw-r--r-- | docs/source/plugin-development/registering-plugins.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/source/plugin-development/registering-plugins.rst b/docs/source/plugin-development/registering-plugins.rst index 0f4280f..d18d2fa 100644 --- a/docs/source/plugin-development/registering-plugins.rst +++ b/docs/source/plugin-development/registering-plugins.rst @@ -25,7 +25,6 @@ like: .. code-block:: python - from __future__ import with_statement import setuptools requires = [ |
