mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-28 11:27:47 +00:00
Add missing time import
consoleserver.py failed to import time to support new buffer age functionality
This commit is contained in:
@@ -30,6 +30,7 @@ import confluent.util as util
|
||||
import eventlet
|
||||
import eventlet.event
|
||||
import random
|
||||
import time
|
||||
import traceback
|
||||
|
||||
_handled_consoles = {}
|
||||
|
||||
Reference in New Issue
Block a user