From 4de2e459ce982fea7c8d1a8215f5fe653106d401 Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Wed, 21 Aug 2024 08:03:08 +0200 Subject: [PATCH] fix imports --- ostap/io/tests/test_io_dbases.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ostap/io/tests/test_io_dbases.py b/ostap/io/tests/test_io_dbases.py index 9a41be30..9bcff63d 100644 --- a/ostap/io/tests/test_io_dbases.py +++ b/ostap/io/tests/test_io_dbases.py @@ -36,10 +36,10 @@ def the_name (): # ============================================================================ try : - import lbdb + import lmdb from ostap.io.lmdbdict import lbdb, LmdbDict item = 'LmdbDict' , CleanUp.tempdir ( prefix = 'ostap-LMDB-' ) , LmdbDict - dbases.append ( item ) + dbases.append ( item ) except ImportError: logger.warning ( 'LmdbDict is not accessible!' )