Remove unused import

old-commit-hash: 585a6fe2d81b48347eaba86fd85d554b791e8b55
This commit is contained in:
Willem Melching
2020-04-13 16:37:29 -07:00
parent 0631514fe6
commit c740ed0edf
-1
View File
@@ -43,7 +43,6 @@ class LogMessageHandler(logging.Handler):
def add_logentries_handler(log):
"""Function to add the logentries handler to swaglog.
This can be used to send logs when logmessaged is not running."""
from selfdrive.logmessaged import get_le_handler
handler = get_le_handler()
handler.setFormatter(SwagFormatter(log))
log.addHandler(handler)