2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-27 19:37:44 +00:00

Merge "repeatedly assign value"

This commit is contained in:
Zuul 2017-11-19 19:46:09 +00:00 committed by Gerrit Code Review
commit 0d2aa316ec

View File

@ -475,7 +475,6 @@ class Session(object):
# queue of events denoting line to run a cmd
self.evq = collections.deque([])
self.bmc = bmc
self.broken = False
# a private queue for packets for which this session handler
# is destined to receive
self.pktqueue = collections.deque([])