Skip to content

Commit

Permalink
Update sqliteshelve.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev authored Jul 24, 2024
1 parent c0b734b commit fb617e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/io/sqliteshelve.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
# =============================================================================
## ordered dict type to be used
ordered_dict = dict
if python_info < (3.7) :
if python_info < (3,7) :
from collections import OrderedDict as ordered_dict
# =============================================================================
_modes_ = {
Expand Down

0 comments on commit fb617e4

Please sign in to comment.