From 6bae1b020d349ce30cf6e17893c70953d9510a30 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Sat, 13 Apr 2019 23:44:48 -0500 Subject: [PATCH] Fix python template This patch set removes an unused import that is not python3 compatible. Change-Id: I360989c8eb23065d8e655d4583eb97338244412d Signed-off-by: Tin Lam --- grafana/templates/bin/_db-session-sync.py.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/grafana/templates/bin/_db-session-sync.py.tpl b/grafana/templates/bin/_db-session-sync.py.tpl index cb325e6ea..b145fdfcd 100644 --- a/grafana/templates/bin/_db-session-sync.py.tpl +++ b/grafana/templates/bin/_db-session-sync.py.tpl @@ -10,7 +10,6 @@ import os import sys -import ConfigParser import logging from sqlalchemy import create_engine