Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Aug 21, 2024
1 parent be11ba3 commit 4de2e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ostap/io/tests/test_io_dbases.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!' )

Expand Down

0 comments on commit 4de2e45

Please sign in to comment.