mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove commend and unused import
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
c97a6dafde
commit
99370c6641
2 changed files with 0 additions and 2 deletions
|
@ -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):
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import asyncio
|
||||
import logging
|
||||
import os
|
||||
import threading
|
||||
import time
|
||||
|
||||
import pytest
|
||||
|
|
Loading…
Add table
Reference in a new issue