You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/callback-dispatch/callback_plugins/missing_base_class.py

7 lines
169 B
Python

from __future__ import annotations
class CallbackModule:
"""This callback should fail to load since it doesn't extend the required builtin base class."""
pass