Remove commend and unused import

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-11-07 08:36:43 +00:00
parent c97a6dafde
commit 99370c6641
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
2 changed files with 0 additions and 2 deletions

View file

@ -1020,7 +1020,6 @@ class PublishServer(salt.transport.base.DaemonizedPublishServer):
if not self.sock:
self.connect()
await self.sock.send(payload)
# await self.sock.send(salt.payload.dumps(payload))
@property
def topic_support(self):

View file

@ -1,7 +1,6 @@
import asyncio
import logging
import os
import threading
import time
import pytest