summaryrefslogtreecommitdiffstats
path: root/test/units/utils/collection_loader/fixtures/collections/ansible_collections/testns/testcoll/plugins/module_utils/my_util.py
blob: c431c34ca406edcae46c45602a9989f594043857 (plain)
1
2
3
4
5
6
# WARNING: Changing line numbers of code in this file will break collection tests that use tracing to check paths and line numbers.
#          Also, do not import division from __future__ as this will break detection of __future__ inheritance on Python 2.


def question():
    return 3 / 2