summaryrefslogtreecommitdiff
path: root/doc/en/writing_plugins.rst
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-06-02 15:40:34 -0700
committerBruno Oliveira <bruno@esss.com.br>2019-06-03 12:08:02 -0300
commit4df529e5b9e36b32fbe715386200729788478b6c (patch)
tree60f573772ab163489328bc0a81a31cbffe32b511 /doc/en/writing_plugins.rst
parenta91fe1feddbded535a4322ab854429e3a3961fb4 (diff)
downloadpytest-4df529e5b9e36b32fbe715386200729788478b6c.tar.gz
Clean up __future__ and coding: in tests
Diffstat (limited to 'doc/en/writing_plugins.rst')
-rw-r--r--doc/en/writing_plugins.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/en/writing_plugins.rst b/doc/en/writing_plugins.rst
index 04dc68b64..469ee57ca 100644
--- a/doc/en/writing_plugins.rst
+++ b/doc/en/writing_plugins.rst
@@ -335,8 +335,6 @@ string value of ``Hello World!`` if we do not supply a value or ``Hello
.. code-block:: python
- # -*- coding: utf-8 -*-
-
import pytest