Fix up ,select_config usage; now unit tests pass.
[pypiezo.git] / pypiezo / __init__.py
index e1f8221c6acc79103acfecec3bf8ba35309a733c..cdb0bd6411037d26e2f802234742ae4c7dd84dd5 100644 (file)
@@ -15,9 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with pypiezo.  If not, see <http://www.gnu.org/licenses/>.
 
-import logging as _logging
-import logging.handlers as _logging_handlers
-
 from .config import PackageConfig as _PackageConfig