summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/dev_guide/testing/sanity/ansible-test-future-boilerplate.rst
blob: 43dfe324650eae8d9f364932a006880ae7822793 (plain)
1
2
3
4
5
6
7
8
ansible-test-future-boilerplate
===============================

The ``_internal`` code for ``ansible-test`` requires the following ``__future__`` import:

.. code-block:: python

    from __future__ import annotations