Fix python template

This patch set removes an unused import that is not python3 compatible.

Change-Id: I360989c8eb23065d8e655d4583eb97338244412d
Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
Tin Lam 2019-04-13 23:44:48 -05:00
parent 5cb47aed80
commit 6bae1b020d

View File

@ -10,7 +10,6 @@
import os
import sys
import ConfigParser
import logging
from sqlalchemy import create_engine