Re-sort imports.

This commit is contained in:
Felix Fontein
2025-12-25 21:59:01 +01:00
parent 42121e3326
commit 712d920941
106 changed files with 0 additions and 127 deletions
-2
View File
@@ -6,7 +6,6 @@
from __future__ import annotations
DOCUMENTATION = r"""
module: docker_node
short_description: Manage Docker Swarm node
@@ -136,7 +135,6 @@ node:
import traceback
import typing as t
try:
from docker.errors import APIError, DockerException
except ImportError: