From d23f40cce9152dfb30f975e65483ef653822eb97 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Tue, 25 Jul 2023 03:04:58 -0700 Subject: [PATCH] Remove crufty comment --- salt/channel/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/channel/client.py b/salt/channel/client.py index 0c8a425a0ac..5fdafd5dd53 100644 --- a/salt/channel/client.py +++ b/salt/channel/client.py @@ -653,7 +653,6 @@ class AsyncPushChannel: return salt.transport.ipc.IPCMessageClient(opts, **kwargs) -# XXX This is deprecated remove in 3008 class AsyncPullChannel: """ Factory class to create IPC pull channels