Skip to content

Commit

Permalink
Remove __future__ import from developer docs (#410)
Browse files Browse the repository at this point in the history
Python 2 support was recently dropped, therefore this is no longer necessary.
  • Loading branch information
pyfisch authored Mar 8, 2021
1 parent a71c833 commit 456f94f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/development/submitting-patches.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ Every code file must start with the boilerplate licensing notice:
# 2.0, and the BSD License. See the LICENSE file in the root of this repository
# for complete details.
Additionally, every Python code file must contain

.. code-block:: python
from __future__ import absolute_import, division, print_function
Tests
-----

Expand Down

0 comments on commit 456f94f

Please sign in to comment.