Skip to content

Commit

Permalink
Update compress_shelve.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev authored Jul 24, 2024
1 parent 5b25a07 commit c264ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/io/compress_shelve.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
import os, abc, shelve, shutil, glob, datetime
from sys import version_info as python_version
from ostap.io.dbase import dbopen, whichdb, Item
from ostap.core.meta_info import meta_info,
from ostap.core.meta_info import meta_info
from ostap.io.pickling import ( Pickler , Unpickler, BytesIO,
PROTOCOL,
HIGHEST_PROTOCOL, DEFAULT_PROTOCOL )
Expand Down

0 comments on commit c264ec3

Please sign in to comment.