From f0d71dc2d6027158ab883ddabb83af20996108ba Mon Sep 17 00:00:00 2001 From: Matt Chisholm Date: Mon, 14 Apr 2014 13:53:28 -0400 Subject: [PATCH] remove unused import --- test/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/conftest.py b/test/conftest.py index c07e9e25f7..1dd4423099 100755 --- a/test/conftest.py +++ b/test/conftest.py @@ -7,7 +7,6 @@ installs SQLAlchemy's testing plugin into the local environment. """ import sys -import imp from os import path for pth in ['../lib']: -- 2.47.3