community.docker/plugins/module_utils/selectors.py
2025-10-06 18:34:59 +02:00

12 lines
371 B
Python

# -*- coding: utf-8 -*-
# Copyright (c) 2024, Felix Fontein <felix@fontein.de>
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
"""Provide selectors import."""
from __future__ import annotations
import selectors # noqa: F401, pylint: disable=unused-import