mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 15:44:17 +00:00
Drop from __future__ import with_statement from docs
All versions of Python that flake8 supports (2.7, 3.4+) have full support for the with statement. There is no need to add the import. Slightly simplifies the example be removing unnecessary boilerplate.
This commit is contained in:
parent
696063ed1a
commit
96841cd41d
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ like:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
from __future__ import with_statement
|
|
||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
requires = [
|
requires = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue